#6F81BE

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

Shades of Wild Blue Yonder #6F81BE

Tints of Wild Blue Yonder #6F81BE

Color information

#6F81BE (or 0x6F81BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 6F, 81 and BE. RGB value is (111,129,190). Sum of RGB (Red+Green+Blue) = 111+129+190=430 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.81% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F81BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F81BE is #907E41. Grayscale: #828282. Windows color (decimal): -9469506 or 12484975. OLE color: 12484975.

HSL color Cylindrical-coordinate representation of color #6F81BE: hue angle of 226.33º degrees, saturation: 0.38, 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 #6F81BE is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB111129190-
CMYK0.420.3200.25
HSL226.33º37.8%59.02%-
HSV(B)226.33º41.58%74.51%-
XYZ23.722.851.87-
YUV130.57161.54114.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.81%
GREEN value IS 129 (50.78% from 255) = 30%
BLUE value IS 190 (74.61% from 255) = 44.19%
R=25.81%
G=30%
B=44.19%

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
Decimal1111291900.420.3200.25226.3337.859.02
Hex6F81BE2A20019e2263b
Octal15720127652400313424673
Binary1101111100000011011111010101010000001100111100010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F81BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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