Html Css Color HEX #6D82CC Wild Blue Yonder

📋 copy color: '#6D82CC'

red 109 ◦ green 130 ◦ blue 204

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

Shades of Wild Blue Yonder #6D82CC

Tints of Wild Blue Yonder #6D82CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 24.6%
G = 29.35%
B = 46.05%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6D82CC (or 0x6D82CC) is known color: Wild Blue Yonder. HEX triplet: 6D, 82 and CC. RGB value is (109,130,204). Sum of RGB (Red+Green+Blue) = 109+130+204=443 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.60% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D82CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D82CC is #927D33. Grayscale: #838383. Windows color (decimal): -9600308 or 13402733. OLE color: 13402733.

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

Color convert

RGB 109 130 204 -
CMYK 0.47 0.36 0 0.2
HSL 226.74º 0.48% 0.61% -
HSV(B) 226.74º 0.47% 0.8% -
XYZ 25.19 23.58 60.35 -
YUV 132.16 168.54 111.48 -
System Red Green Blue C M Y K H S L
Decimal 109 130 204 0.47 0.36 0 0.2 226.74 0.48 0.61
Hex 6D 82 CC 2F 24 0 14 E3 30 3D
Octal 155 202 314 57 44 0 24 343 60 75
Binary 1101101 10000010 11001100 101111 100100 0 10100 11100011 110000 111101

Color Harmonies of #6D82CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D82CC

Black with #6D82CC

Text Example


Text Example

White with #6D82CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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