#6E81BF

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

Shades of Wild Blue Yonder #6E81BF

Tints of Wild Blue Yonder #6E81BF

Color information

#6E81BF (or 0x6E81BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 6E, 81 and BF. RGB value is (110,129,191). Sum of RGB (Red+Green+Blue) = 110+129+191=430 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.58% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E81BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E81BF is #917E40. Grayscale: #828282. Windows color (decimal): -9535041 or 12550510. OLE color: 12550510.

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

Color convert

RGB110129191-
CMYK0.420.3200.25
HSL225.93º38.76%59.02%-
HSV(B)225.93º42.41%74.9%-
XYZ23.6822.7852.44-
YUV130.39162.21113.46-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.58%
GREEN value IS 129 (50.78% from 255) = 30%
BLUE value IS 191 (75% from 255) = 44.42%
R=25.58%
G=30%
B=44.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101291910.420.3200.25225.9338.7659.02
Hex6E81BF2A20019e2273b
Octal15620127752400313424773
Binary1101110100000011011111110101010000001100111100010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E81BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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