#6b81c5

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

Shades of Wild Blue Yonder #6B81C5

Tints of Wild Blue Yonder #6B81C5

Color information

#6B81C5 (or 0x6B81C5) is unknown color: approx Wild Blue Yonder. HEX triplet: 6B, 81 and C5. RGB value is (107,129,197). Sum of RGB (Red+Green+Blue) = 107+129+197=433 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.71% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 197 - color contains mainly: blue. Hex color #6B81C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B81C5 is #947E3A. Grayscale: #818181. Windows color (decimal): -9731643 or 12943723. OLE color: 12943723.

HSL color Cylindrical-coordinate representation of color #6B81C5: hue angle of 225.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B81C5 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB107129197-
CMYK0.460.3500.23
HSL225.33º43.69%59.61%-
HSV(B)225.33º45.69%77.25%-
XYZ23.9922.8655.97-
YUV130.17165.71111.47-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.71%
GREEN value IS 129 (50.78% from 255) = 29.79%
BLUE value IS 197 (77.34% from 255) = 45.50%
R=24.71%
G=29.79%
B=45.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1071291970.460.3500.23225.3343.6959.61
Hex6B81C52E23017e12c3c
Octal15320130556430273415474
Binary1101011100000011100010110111010001101011111100001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b81c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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