#6F7EBC

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

Shades of Wild Blue Yonder #6F7EBC

Tints of Wild Blue Yonder #6F7EBC

Color information

#6F7EBC (or 0x6F7EBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 6F, 7E and BC. RGB value is (111,126,188). Sum of RGB (Red+Green+Blue) = 111+126+188=425 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.12% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F7EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7EBC is #908143. Grayscale: #808080. Windows color (decimal): -9470276 or 12353135. OLE color: 12353135.

HSL color Cylindrical-coordinate representation of color #6F7EBC: hue angle of 228.31º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F7EBC is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB111126188-
CMYK0.410.3300.26
HSL228.31º36.49%58.63%-
HSV(B)228.31º40.96%73.73%-
XYZ23.0921.9350.59-
YUV128.58161.53115.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.12%
GREEN value IS 126 (49.61% from 255) = 29.65%
BLUE value IS 188 (73.83% from 255) = 44.24%
R=26.12%
G=29.65%
B=44.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1111261880.410.3300.26228.3136.4958.63
Hex6F7EBC292101Ae4243b
Octal15717627451410323444473
Binary110111111111101011110010100110000101101011100100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,126,188); }

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

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

 a { background-color: rgb(111,126,188); }

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

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

 span { border-color: rgb(111,126,188); }

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