#6D82D6

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

Shades of Wild Blue Yonder #6D82D6

Tints of Wild Blue Yonder #6D82D6

Color information

#6D82D6 (or 0x6D82D6) is unknown color: approx Wild Blue Yonder. HEX triplet: 6D, 82 and D6. RGB value is (109,130,214). Sum of RGB (Red+Green+Blue) = 109+130+214=453 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.06% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 214 - color contains mainly: blue. Hex color #6D82D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D82D6 is #927D29. Grayscale: #848484. Windows color (decimal): -9600298 or 14058093. OLE color: 14058093.

HSL color Cylindrical-coordinate representation of color #6D82D6: hue angle of 228º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D82D6 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB109130214-
CMYK0.490.3900.16
HSL228º56.15%63.33%-
HSV(B)228º49.07%83.92%-
XYZ26.4324.0766.87-
YUV133.3173.54110.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.06%
GREEN value IS 130 (51.17% from 255) = 28.70%
BLUE value IS 214 (83.98% from 255) = 47.24%
R=24.06%
G=28.70%
B=47.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1091302140.490.3900.1622856.1563.33
Hex6D82D63127010e4383f
Octal15520232661470203447077
Binary1101101100000101101011011000110011101000011100100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D82D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,130,214); }

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

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

 a { background-color: rgb(109,130,214); }

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

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

 span { border-color: rgb(109,130,214); }

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