Html Css Color HEX #6D82BC Wild Blue Yonder

📋 copy color: '#6D82BC'

red 109 ◦ green 130 ◦ blue 188

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

Shades of Wild Blue Yonder #6D82BC

Tints of Wild Blue Yonder #6D82BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.03%

R = 25.53%
G = 30.44%
B = 44.03%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6D82BC (or 0x6D82BC) is known color: Wild Blue Yonder. HEX triplet: 6D, 82 and BC. RGB value is (109,130,188). Sum of RGB (Red+Green+Blue) = 109+130+188=427 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.53% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D82BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D82BC is #927D43. Grayscale: #828282. Windows color (decimal): -9600324 or 12354157. OLE color: 12354157.

HSL color Cylindrical-coordinate representation of color #6D82BC: hue angle of 224.05º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D82BC is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 130 188 -
CMYK 0.42 0.31 0 0.26
HSL 224.05º 0.37% 0.58% -
HSV(B) 224.05º 0.42% 0.74% -
XYZ 23.37 22.85 50.76 -
YUV 130.33 160.54 112.78 -
System Red Green Blue C M Y K H S L
Decimal 109 130 188 0.42 0.31 0 0.26 224.05 0.37 0.58
Hex 6D 82 BC 2A 1F 0 1A E0 25 3A
Octal 155 202 274 52 37 0 32 340 45 72
Binary 1101101 10000010 10111100 101010 11111 0 11010 11100000 100101 111010

Color Harmonies of #6D82BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D82BC

Black with #6D82BC

Text Example


Text Example

White with #6D82BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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