#6D82BF

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

Shades of Wild Blue Yonder #6D82BF

Tints of Wild Blue Yonder #6D82BF

Color information

#6D82BF (or 0x6D82BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 6D, 82 and BF. RGB value is (109,130,191). Sum of RGB (Red+Green+Blue) = 109+130+191=430 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.35% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D82BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D82BF is #927D40. Grayscale: #828282. Windows color (decimal): -9600321 or 12550765. OLE color: 12550765.

HSL color Cylindrical-coordinate representation of color #6D82BF: hue angle of 224.63º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D82BF is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB109130191-
CMYK0.430.3200.25
HSL224.63º39.05%58.82%-
HSV(B)224.63º42.93%74.9%-
XYZ23.6922.9852.48-
YUV130.68162.04112.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.35%
GREEN value IS 130 (51.17% from 255) = 30.23%
BLUE value IS 191 (75% from 255) = 44.42%
R=25.35%
G=30.23%
B=44.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091301910.430.3200.25224.6339.0558.82
Hex6D82BF2B20019e1273b
Octal15520227753400313414773
Binary1101101100000101011111110101110000001100111100001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D82BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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