#6D81C5

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

Shades of Wild Blue Yonder #6D81C5

Tints of Wild Blue Yonder #6D81C5

Color information

#6D81C5 (or 0x6D81C5) is unknown color: approx Wild Blue Yonder. HEX triplet: 6D, 81 and C5. RGB value is (109,129,197). Sum of RGB (Red+Green+Blue) = 109+129+197=435 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.06% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 197 (77.34% from 255 or 45.29% from 435); Max value from RGB is 197 - color contains mainly: blue. Hex color #6D81C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D81C5 is #927E3A. Grayscale: #828282. Windows color (decimal): -9600571 or 12943725. OLE color: 12943725.

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

Color convert

RGB109129197-
CMYK0.450.3500.23
HSL226.36º43.14%60%-
HSV(B)226.36º44.67%77.25%-
XYZ24.2322.9855.98-
YUV130.77165.37112.47-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.06%
GREEN value IS 129 (50.78% from 255) = 29.66%
BLUE value IS 197 (77.34% from 255) = 45.29%
R=25.06%
G=29.66%
B=45.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1091291970.450.3500.23226.3643.1460
Hex6D81C52D23017e22b3c
Octal15520130555430273425374
Binary1101101100000011100010110110110001101011111100010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D81C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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