#6977BF

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

Shades of Chetwode Blue #6977BF

Tints of Chetwode Blue #6977BF

Color information

#6977BF (or 0x6977BF) is unknown color: approx Chetwode Blue. HEX triplet: 69, 77 and BF. RGB value is (105,119,191). Sum of RGB (Red+Green+Blue) = 105+119+191=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #6977BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6977BF is #968840. Grayscale: #7A7A7A. Windows color (decimal): -9865281 or 12547945. OLE color: 12547945.

HSL color Cylindrical-coordinate representation of color #6977BF: hue angle of 230.23º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6977BF is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB105119191-
CMYK0.450.3800.25
HSL230.23º40.19%58.04%-
HSV(B)230.23º45.03%74.9%-
XYZ21.8319.9651.99-
YUV123.02166.36115.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.30%
GREEN value IS 119 (46.88% from 255) = 28.67%
BLUE value IS 191 (75% from 255) = 46.02%
R=25.30%
G=28.67%
B=46.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051191910.450.3800.25230.2340.1958.04
Hex6977BF2D26019e6283a
Octal15116727755460313465072
Binary110100111101111011111110110110011001100111100110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6977BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6977BF; }

 p { color: rgb(105,119,191); }

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

<style>
 a { background-color: #6977BF; }

 a { background-color: rgb(105,119,191); }

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

<style>
 span { border-color: #6977BF; }

 span { border-color: rgb(105,119,191); }

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