#6D77BE

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

Shades of Chetwode Blue #6D77BE

Tints of Chetwode Blue #6D77BE

Color information

#6D77BE (or 0x6D77BE) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 77 and BE. RGB value is (109,119,190). Sum of RGB (Red+Green+Blue) = 109+119+190=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D77BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D77BE is #928841. Grayscale: #7B7B7B. Windows color (decimal): -9603138 or 12482413. OLE color: 12482413.

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

Color convert

RGB109119190-
CMYK0.430.3700.25
HSL232.59º38.39%58.63%-
HSV(B)232.59º42.63%74.51%-
XYZ22.220.1651.44-
YUV124.1165.19117.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.08%
GREEN value IS 119 (46.88% from 255) = 28.47%
BLUE value IS 190 (74.61% from 255) = 45.45%
R=26.08%
G=28.47%
B=45.45%

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
Decimal1091191900.430.3700.25232.5938.3958.63
Hex6D77BE2B25019e9263b
Octal15516727653450313514673
Binary110110111101111011111010101110010101100111101001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D77BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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