#6D81BD

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

Shades of Wild Blue Yonder #6D81BD

Tints of Wild Blue Yonder #6D81BD

Color information

#6D81BD (or 0x6D81BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 6D, 81 and BD. RGB value is (109,129,189). Sum of RGB (Red+Green+Blue) = 109+129+189=427 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.53% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D81BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D81BD is #927E42. Grayscale: #818181. Windows color (decimal): -9600579 or 12419437. OLE color: 12419437.

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

Color convert

RGB109129189-
CMYK0.420.3200.26
HSL225º37.74%58.43%-
HSV(B)225º42.33%74.12%-
XYZ23.3422.6351.28-
YUV129.86161.37113.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.53%
GREEN value IS 129 (50.78% from 255) = 30.21%
BLUE value IS 189 (74.22% from 255) = 44.26%
R=25.53%
G=30.21%
B=44.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091291890.420.3200.2622537.7458.43
Hex6D81BD2A2001Ae1263a
Octal15520127552400323414672
Binary1101101100000011011110110101010000001101011100001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D81BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,129,189); }

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

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

 a { background-color: rgb(109,129,189); }

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

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

 span { border-color: rgb(109,129,189); }

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