#6D82CA

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

Shades of Wild Blue Yonder #6D82CA

Tints of Wild Blue Yonder #6D82CA

Color information

#6D82CA (or 0x6D82CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 6D, 82 and CA. RGB value is (109,130,202). Sum of RGB (Red+Green+Blue) = 109+130+202=441 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.72% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D82CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D82CA is #927D35. Grayscale: #838383. Windows color (decimal): -9600310 or 13271661. OLE color: 13271661.

HSL color Cylindrical-coordinate representation of color #6D82CA: hue angle of 226.45º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D82CA is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB109130202-
CMYK0.460.3600.21
HSL226.45º46.73%60.98%-
HSV(B)226.45º46.04%79.22%-
XYZ24.9523.4859.09-
YUV131.93167.54111.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.72%
GREEN value IS 130 (51.17% from 255) = 29.48%
BLUE value IS 202 (79.30% from 255) = 45.80%
R=24.72%
G=29.48%
B=45.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1091302020.460.3600.21226.4546.7360.98
Hex6D82CA2E24015e22f3d
Octal15520231256440253425775
Binary1101101100000101100101010111010010001010111100010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D82CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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