#6E81CA

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

Shades of Wild Blue Yonder #6E81CA

Tints of Wild Blue Yonder #6E81CA

Color information

#6E81CA (or 0x6E81CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 6E, 81 and CA. RGB value is (110,129,202). Sum of RGB (Red+Green+Blue) = 110+129+202=441 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.94% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E81CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E81CA is #917E35. Grayscale: #838383. Windows color (decimal): -9535030 or 13271406. OLE color: 13271406.

HSL color Cylindrical-coordinate representation of color #6E81CA: hue angle of 227.61º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E81CA is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB110129202-
CMYK0.460.3600.21
HSL227.61º46.46%61.18%-
HSV(B)227.61º45.54%79.22%-
XYZ24.9423.2859.06-
YUV131.64167.71112.56-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.94%
GREEN value IS 129 (50.78% from 255) = 29.25%
BLUE value IS 202 (79.30% from 255) = 45.80%
R=24.94%
G=29.25%
B=45.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1101292020.460.3600.21227.6146.4661.18
Hex6E81CA2E24015e42e3d
Octal15620131256440253445675
Binary1101110100000011100101010111010010001010111100100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E81CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,129,202); }

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

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

 a { background-color: rgb(110,129,202); }

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

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

 span { border-color: rgb(110,129,202); }

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