#6C77BE

Color #6C77BE Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #6C77BE

Tints of Chetwode Blue #6C77BE

Color information

#6C77BE (or 0x6C77BE) is unknown color: approx Chetwode Blue. HEX triplet: 6C, 77 and BE. RGB value is (108,119,190). Sum of RGB (Red+Green+Blue) = 108+119+190=417 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.90% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C77BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C77BE is #938841. Grayscale: #7B7B7B. Windows color (decimal): -9668674 or 12482412. OLE color: 12482412.

HSL color Cylindrical-coordinate representation of color #6C77BE: hue angle of 231.95º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C77BE is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB108119190-
CMYK0.430.3700.25
HSL231.95º38.68%58.43%-
HSV(B)231.95º43.16%74.51%-
XYZ22.0820.151.43-
YUV123.8165.36116.73-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.90%
GREEN value IS 119 (46.88% from 255) = 28.54%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=25.90%
G=28.54%
B=45.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081191900.430.3700.25231.9538.6858.43
Hex6C77BE2B25019e8273a
Octal15416727653450313504772
Binary110110011101111011111010101110010101100111101000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C77BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,119,190); }

 H1.HeaderClassName
 {
   color: #6C77BE;
 }
 .AnyTagClassName
 {
   color: #6C77BE;
 }
</style>
background-color css

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

 a { background-color: rgb(108,119,190); }

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

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

 span { border-color: rgb(108,119,190); }

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