Html Css Color HEX #6C80BA Wild Blue Yonder

📋 copy color: '#6C80BA'

red 108 ◦ green 128 ◦ blue 186

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

Shades of Wild Blue Yonder #6C80BA

Tints of Wild Blue Yonder #6C80BA

RGB

 RED value IS 108 (42.58% from 255) = 25.59%

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

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

R = 25.59%
G = 30.33%
B = 44.08%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6C80BA (or 0x6C80BA) is known color: Wild Blue Yonder. HEX triplet: 6C, 80 and BA. RGB value is (108,128,186). Sum of RGB (Red+Green+Blue) = 108+128+186=422 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.59% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C80BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C80BA is #937F45. Grayscale: #808080. Windows color (decimal): -9666374 or 12222572. OLE color: 12222572.

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

Color convert

RGB 108 128 186 -
CMYK 0.42 0.31 0 0.27
HSL 224.62º 0.36% 0.58% -
HSV(B) 224.62º 0.42% 0.73% -
XYZ 22.77 22.17 49.53 -
YUV 128.63 160.37 113.28 -
System Red Green Blue C M Y K H S L
Decimal 108 128 186 0.42 0.31 0 0.27 224.62 0.36 0.58
Hex 6C 80 BA 2A 1F 0 1B E1 24 3A
Octal 154 200 272 52 37 0 33 341 44 72
Binary 1101100 10000000 10111010 101010 11111 0 11011 11100001 100100 111010

Color Harmonies of #6C80BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C80BA

Black with #6C80BA

Text Example


Text Example

White with #6C80BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,128,186); }

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

background-color css

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

 a { background-color: rgb(108,128,186); }

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

border-color css

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

 span { border-color: rgb(108,128,186); }

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