#6C81BE

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

Shades of Wild Blue Yonder #6C81BE

Tints of Wild Blue Yonder #6C81BE

Color information

#6C81BE (or 0x6C81BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 6C, 81 and BE. RGB value is (108,129,190). Sum of RGB (Red+Green+Blue) = 108+129+190=427 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.29% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C81BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C81BE is #937E41. Grayscale: #818181. Windows color (decimal): -9666114 or 12484972. OLE color: 12484972.

HSL color Cylindrical-coordinate representation of color #6C81BE: hue angle of 224.63º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C81BE is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB108129190-
CMYK0.430.3200.25
HSL224.63º38.68%58.43%-
HSV(B)224.63º43.16%74.51%-
XYZ23.3322.6151.85-
YUV129.68162.04112.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.29%
GREEN value IS 129 (50.78% from 255) = 30.21%
BLUE value IS 190 (74.61% from 255) = 44.50%
R=25.29%
G=30.21%
B=44.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081291900.430.3200.25224.6338.6858.43
Hex6C81BE2B20019e1273a
Octal15420127653400313414772
Binary1101100100000011011111010101110000001100111100001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C81BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,129,190); }

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

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

 a { background-color: rgb(108,129,190); }

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

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

 span { border-color: rgb(108,129,190); }

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