#6B81C4

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

Shades of Wild Blue Yonder #6B81C4

Tints of Wild Blue Yonder #6B81C4

Color information

#6B81C4 (or 0x6B81C4) is unknown color: approx Wild Blue Yonder. HEX triplet: 6B, 81 and C4. RGB value is (107,129,196). Sum of RGB (Red+Green+Blue) = 107+129+196=432 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.77% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 196 (76.95% from 255 or 45.37% from 432); Max value from RGB is 196 - color contains mainly: blue. Hex color #6B81C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B81C4 is #947E3B. Grayscale: #818181. Windows color (decimal): -9731644 or 12878187. OLE color: 12878187.

HSL color Cylindrical-coordinate representation of color #6B81C4: hue angle of 225.17º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B81C4 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB107129196-
CMYK0.450.3400.23
HSL225.17º43%59.41%-
HSV(B)225.17º45.41%76.86%-
XYZ23.8822.8155.37-
YUV130.06165.21111.55-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.77%
GREEN value IS 129 (50.78% from 255) = 29.86%
BLUE value IS 196 (76.95% from 255) = 45.37%
R=24.77%
G=29.86%
B=45.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1071291960.450.3400.23225.174359.41
Hex6B81C42D22017e12b3b
Octal15320130455420273415373
Binary1101011100000011100010010110110001001011111100001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B81C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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