#6D80D1

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

Shades of Wild Blue Yonder #6D80D1

Tints of Wild Blue Yonder #6D80D1

Color information

#6D80D1 (or 0x6D80D1) is unknown color: approx Wild Blue Yonder. HEX triplet: 6D, 80 and D1. RGB value is (109,128,209). Sum of RGB (Red+Green+Blue) = 109+128+209=446 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.44% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 209 - color contains mainly: blue. Hex color #6D80D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D80D1 is #927F2E. Grayscale: #838383. Windows color (decimal): -9600815 or 13729901. OLE color: 13729901.

HSL color Cylindrical-coordinate representation of color #6D80D1: hue angle of 228.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D80D1 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB109128209-
CMYK0.480.3900.18
HSL228.6º52.08%62.35%-
HSV(B)228.6º47.85%81.96%-
XYZ25.5323.2963.47-
YUV131.55171.71111.91-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.44%
GREEN value IS 128 (50.39% from 255) = 28.70%
BLUE value IS 209 (82.03% from 255) = 46.86%
R=24.44%
G=28.70%
B=46.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1091282090.480.3900.18228.652.0862.35
Hex6D80D13027012e5343e
Octal15520032160470223456476
Binary1101101100000001101000111000010011101001011100101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D80D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,128,209); }

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

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

 a { background-color: rgb(109,128,209); }

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

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

 span { border-color: rgb(109,128,209); }

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