#6F7BCF

Color #6F7BCF Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #6F7BCF

Tints of Wild Blue Yonder #6F7BCF

Color information

#6F7BCF (or 0x6F7BCF) is unknown color: approx Wild Blue Yonder. HEX triplet: 6F, 7B and CF. RGB value is (111,123,207). Sum of RGB (Red+Green+Blue) = 111+123+207=441 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.17% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F7BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7BCF is #908430. Grayscale: #808080. Windows color (decimal): -9471025 or 13597551. OLE color: 13597551.

HSL color Cylindrical-coordinate representation of color #6F7BCF: hue angle of 232.5º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F7BCF is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB111123207-
CMYK0.460.4100.19
HSL232.5º50%62.35%-
HSV(B)232.5º46.38%81.18%-
XYZ24.922.0561.98-
YUV128.99172.02115.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 25.17%
GREEN value IS 123 (48.44% from 255) = 27.89%
BLUE value IS 207 (81.25% from 255) = 46.94%
R=25.17%
G=27.89%
B=46.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1111232070.460.4100.19232.55062.35
Hex6F7BCF2E29013e8323e
Octal15717331756510233506276
Binary110111111110111100111110111010100101001111101000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F7BCF; }

 p { color: rgb(111,123,207); }

 H1.HeaderClassName
 {
   color: #6F7BCF;
 }
 .AnyTagClassName
 {
   color: #6F7BCF;
 }
</style>
background-color css

<style>
 a { background-color: #6F7BCF; }

 a { background-color: rgb(111,123,207); }

 div.DivClassName
 {
   background-color: #6F7BCF;
 }
 .BgClassName
 {
   background-color: #6F7BCF;
 }
</style>
border-color css

<style>
 span { border-color: #6F7BCF; }

 span { border-color: rgb(111,123,207); }

 td.TdClassName
 {
   border-color: #6F7BCF;
 }
 .TagClassName
 {
   border-color: #6F7BCF;
 }
</style>