#6976C1

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

Shades of Chetwode Blue #6976C1

Tints of Chetwode Blue #6976C1

Color information

#6976C1 (or 0x6976C1) is unknown color: approx Chetwode Blue. HEX triplet: 69, 76 and C1. RGB value is (105,118,193). Sum of RGB (Red+Green+Blue) = 105+118+193=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #6976C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6976C1 is #96893E. Grayscale: #7A7A7A. Windows color (decimal): -9865535 or 12678761. OLE color: 12678761.

HSL color Cylindrical-coordinate representation of color #6976C1: hue angle of 231.14º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6976C1 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB105118193-
CMYK0.460.3900.24
HSL231.14º41.51%58.43%-
HSV(B)231.14º45.6%75.69%-
XYZ21.9319.8153.12-
YUV122.66167.69115.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.24%
GREEN value IS 118 (46.48% from 255) = 28.37%
BLUE value IS 193 (75.78% from 255) = 46.39%
R=25.24%
G=28.37%
B=46.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1051181930.460.3900.24231.1441.5158.43
Hex6976C12E27018e72a3a
Octal15116630156470303475272
Binary110100111101101100000110111010011101100011100111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6976C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6976C1; }

 p { color: rgb(105,118,193); }

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

<style>
 a { background-color: #6976C1; }

 a { background-color: rgb(105,118,193); }

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

<style>
 span { border-color: #6976C1; }

 span { border-color: rgb(105,118,193); }

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