#6E8CCB

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

Shades of Wild Blue Yonder #6E8CCB

Tints of Wild Blue Yonder #6E8CCB

Color information

#6E8CCB (or 0x6E8CCB) is unknown color: approx Wild Blue Yonder. HEX triplet: 6E, 8C and CB. RGB value is (110,140,203). Sum of RGB (Red+Green+Blue) = 110+140+203=453 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.28% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #6E8CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8CCB is #917334. Grayscale: #898989. Windows color (decimal): -9532213 or 13339758. OLE color: 13339758.

HSL color Cylindrical-coordinate representation of color #6E8CCB: hue angle of 220.65º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E8CCB is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB110140203-
CMYK0.460.3100.20
HSL220.65º47.21%61.37%-
HSV(B)220.65º45.81%79.61%-
XYZ26.5926.3860.19-
YUV138.21164.56107.88-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.28%
GREEN value IS 140 (55.08% from 255) = 30.91%
BLUE value IS 203 (79.69% from 255) = 44.81%
R=24.28%
G=30.91%
B=44.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1101402030.460.3100.20220.6547.2161.37
Hex6E8CCB2E1F014dd2f3d
Octal15621431356370243355775
Binary110111010001100110010111011101111101010011011101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,140,203); }

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

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

 a { background-color: rgb(110,140,203); }

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

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

 span { border-color: rgb(110,140,203); }

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