#6D81BF

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

Shades of Wild Blue Yonder #6D81BF

Tints of Wild Blue Yonder #6D81BF

Color information

#6D81BF (or 0x6D81BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 6D, 81 and BF. RGB value is (109,129,191). Sum of RGB (Red+Green+Blue) = 109+129+191=429 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.41% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D81BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D81BF is #927E40. Grayscale: #818181. Windows color (decimal): -9600577 or 12550509. OLE color: 12550509.

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

Color convert

RGB109129191-
CMYK0.430.3200.25
HSL225.37º39.05%58.82%-
HSV(B)225.37º42.93%74.9%-
XYZ23.5622.7152.43-
YUV130.09162.37112.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.41%
GREEN value IS 129 (50.78% from 255) = 30.07%
BLUE value IS 191 (75% from 255) = 44.52%
R=25.41%
G=30.07%
B=44.52%

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
Decimal1091291910.430.3200.25225.3739.0558.82
Hex6D81BF2B20019e1273b
Octal15520127753400313414773
Binary1101101100000011011111110101110000001100111100001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D81BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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