#6B81BF

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

Shades of Wild Blue Yonder #6B81BF

Tints of Wild Blue Yonder #6B81BF

Color information

#6B81BF (or 0x6B81BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 6B, 81 and BF. RGB value is (107,129,191). Sum of RGB (Red+Green+Blue) = 107+129+191=427 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.06% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B81BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B81BF is #947E40. Grayscale: #818181. Windows color (decimal): -9731649 or 12550507. OLE color: 12550507.

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

Color convert

RGB107129191-
CMYK0.440.3200.25
HSL224.29º39.62%58.43%-
HSV(B)224.29º43.98%74.9%-
XYZ23.3222.5952.42-
YUV129.49162.71111.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.06%
GREEN value IS 129 (50.78% from 255) = 30.21%
BLUE value IS 191 (75% from 255) = 44.73%
R=25.06%
G=30.21%
B=44.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071291910.440.3200.25224.2939.6258.43
Hex6B81BF2C20019e0283a
Octal15320127754400313405072
Binary1101011100000011011111110110010000001100111100000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B81BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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