Html Css Color HEX #6D82BA Wild Blue Yonder

📋 copy color: '#6D82BA'

red 109 ◦ green 130 ◦ blue 186

#6D82BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #6D82BA

Tints of Wild Blue Yonder #6D82BA

RGB

 RED value IS 109 (42.97% from 255) = 25.65%

 GREEN value IS 130 (51.17% from 255) = 30.59%

 BLUE value IS 186 (73.05% from 255) = 43.76%

R = 25.65%
G = 30.59%
B = 43.76%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D82BA (or 0x6D82BA) is known color: Wild Blue Yonder. HEX triplet: 6D, 82 and BA. RGB value is (109,130,186). Sum of RGB (Red+Green+Blue) = 109+130+186=425 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.65% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D82BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D82BA is #927D45. Grayscale: #818181. Windows color (decimal): -9600326 or 12223085. OLE color: 12223085.

HSL color Cylindrical-coordinate representation of color #6D82BA: hue angle of 223.64º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6D82BA is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 130 186 -
CMYK 0.41 0.30 0 0.27
HSL 223.64º 0.36% 0.58% -
HSV(B) 223.64º 0.41% 0.73% -
XYZ 23.15 22.76 49.63 -
YUV 130.11 159.54 112.95 -
System Red Green Blue C M Y K H S L
Decimal 109 130 186 0.41 0.30 0 0.27 223.64 0.36 0.58
Hex 6D 82 BA 29 1E 0 1B E0 24 3A
Octal 155 202 272 51 36 0 33 340 44 72
Binary 1101101 10000010 10111010 101001 11110 0 11011 11100000 100100 111010

Color Harmonies of #6D82BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D82BA

Black with #6D82BA

Text Example


Text Example

White with #6D82BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D82BA;
 }
 .AnyTagClassName
 {
   color: #6D82BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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