Html Css Color HEX #6D80BC Wild Blue Yonder

📋 copy color: '#6D80BC'

red 109 ◦ green 128 ◦ blue 188

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

Shades of Wild Blue Yonder #6D80BC

Tints of Wild Blue Yonder #6D80BC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.12%

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

R = 25.65%
G = 30.12%
B = 44.24%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6D80BC (or 0x6D80BC) is known color: Wild Blue Yonder. HEX triplet: 6D, 80 and BC. RGB value is (109,128,188). Sum of RGB (Red+Green+Blue) = 109+128+188=425 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.65% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D80BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D80BC is #927F43. Grayscale: #808080. Windows color (decimal): -9600836 or 12353645. OLE color: 12353645.

HSL color Cylindrical-coordinate representation of color #6D80BC: hue angle of 225.57º 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 #6D80BC is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 128 188 -
CMYK 0.42 0.32 0 0.26
HSL 225.57º 0.37% 0.58% -
HSV(B) 225.57º 0.42% 0.74% -
XYZ 23.1 22.32 50.67 -
YUV 129.16 161.21 113.62 -
System Red Green Blue C M Y K H S L
Decimal 109 128 188 0.42 0.32 0 0.26 225.57 0.37 0.58
Hex 6D 80 BC 2A 20 0 1A E2 25 3A
Octal 155 200 274 52 40 0 32 342 45 72
Binary 1101101 10000000 10111100 101010 100000 0 11010 11100010 100101 111010

Color Harmonies of #6D80BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D80BC

Black with #6D80BC

Text Example


Text Example

White with #6D80BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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