#6E88BC

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

Shades of Wild Blue Yonder #6E88BC

Tints of Wild Blue Yonder #6E88BC

Color information

#6E88BC (or 0x6E88BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 6E, 88 and BC. RGB value is (110,136,188). Sum of RGB (Red+Green+Blue) = 110+136+188=434 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.35% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E88BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E88BC is #917743. Grayscale: #858585. Windows color (decimal): -9533252 or 12355694. OLE color: 12355694.

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

Color convert

RGB110136188-
CMYK0.410.2800.26
HSL220º36.79%58.43%-
HSV(B)220º41.49%73.73%-
XYZ24.3124.5551.04-
YUV134.15158.39110.77-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.35%
GREEN value IS 136 (53.52% from 255) = 31.34%
BLUE value IS 188 (73.83% from 255) = 43.32%
R=25.35%
G=31.34%
B=43.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101361880.410.2800.2622036.7958.43
Hex6E88BC291C01Adc253a
Octal15621027451340323344572
Binary110111010001000101111001010011110001101011011100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E88BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,136,188); }

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

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

 a { background-color: rgb(110,136,188); }

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

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

 span { border-color: rgb(110,136,188); }

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