#6E81BC

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

Shades of Wild Blue Yonder #6E81BC

Tints of Wild Blue Yonder #6E81BC

Color information

#6E81BC (or 0x6E81BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 6E, 81 and BC. RGB value is (110,129,188). Sum of RGB (Red+Green+Blue) = 110+129+188=427 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.76% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E81BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E81BC is #917E43. Grayscale: #818181. Windows color (decimal): -9535044 or 12353902. OLE color: 12353902.

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

Color convert

RGB110129188-
CMYK0.410.3100.26
HSL225.38º36.79%58.43%-
HSV(B)225.38º41.49%73.73%-
XYZ23.3622.6550.72-
YUV130.05160.71113.7-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.76%
GREEN value IS 129 (50.78% from 255) = 30.21%
BLUE value IS 188 (73.83% from 255) = 44.03%
R=25.76%
G=30.21%
B=44.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101291880.410.3100.26225.3836.7958.43
Hex6E81BC291F01Ae1253a
Octal15620127451370323414572
Binary110111010000001101111001010011111101101011100001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E81BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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