Html Css Color HEX #6D80BB Wild Blue Yonder

📋 copy color: '#6D80BB'

red 109 ◦ green 128 ◦ blue 187

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

Shades of Wild Blue Yonder #6D80BB

Tints of Wild Blue Yonder #6D80BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.1%

R = 25.71%
G = 30.19%
B = 44.1%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D80BB (or 0x6D80BB) is known color: Wild Blue Yonder. HEX triplet: 6D, 80 and BB. RGB value is (109,128,187). Sum of RGB (Red+Green+Blue) = 109+128+187=424 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.71% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D80BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D80BB is #927F44. Grayscale: #808080. Windows color (decimal): -9600837 or 12288109. OLE color: 12288109.

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

Color convert

RGB 109 128 187 -
CMYK 0.42 0.32 0 0.27
HSL 225.38º 0.36% 0.58% -
HSV(B) 225.38º 0.42% 0.73% -
XYZ 23 22.28 50.1 -
YUV 129.05 160.71 113.7 -
System Red Green Blue C M Y K H S L
Decimal 109 128 187 0.42 0.32 0 0.27 225.38 0.36 0.58
Hex 6D 80 BB 2A 20 0 1B E1 24 3A
Octal 155 200 273 52 40 0 33 341 44 72
Binary 1101101 10000000 10111011 101010 100000 0 11011 11100001 100100 111010

Color Harmonies of #6D80BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D80BB

Black with #6D80BB

Text Example


Text Example

White with #6D80BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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