#6B77BC

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

Shades of Chetwode Blue #6B77BC

Tints of Chetwode Blue #6B77BC

Color information

#6B77BC (or 0x6B77BC) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 77 and BC. RGB value is (107,119,188). Sum of RGB (Red+Green+Blue) = 107+119+188=414 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.85% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #6B77BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B77BC is #948843. Grayscale: #7A7A7A. Windows color (decimal): -9734212 or 12351339. OLE color: 12351339.

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

Color convert

RGB107119188-
CMYK0.430.3700.26
HSL231.11º37.67%57.84%-
HSV(B)231.11º43.09%73.73%-
XYZ21.7419.9550.28-
YUV123.28164.52116.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.85%
GREEN value IS 119 (46.88% from 255) = 28.74%
BLUE value IS 188 (73.83% from 255) = 45.41%
R=25.85%
G=28.74%
B=45.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071191880.430.3700.26231.1137.6757.84
Hex6B77BC2B2501Ae7263a
Octal15316727453450323474672
Binary110101111101111011110010101110010101101011100111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B77BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,119,188); }

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

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

 a { background-color: rgb(107,119,188); }

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

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

 span { border-color: rgb(107,119,188); }

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