#6978AC

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

Shades of Chetwode Blue #6978AC

Tints of Chetwode Blue #6978AC

Color information

#6978AC (or 0x6978AC) is unknown color: approx Chetwode Blue. HEX triplet: 69, 78 and AC. RGB value is (105,120,172). Sum of RGB (Red+Green+Blue) = 105+120+172=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #6978AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6978AC is #968753. Grayscale: #797979. Windows color (decimal): -9865044 or 11303017. OLE color: 11303017.

HSL color Cylindrical-coordinate representation of color #6978AC: hue angle of 226.57º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6978AC is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105120172-
CMYK0.390.3000.33
HSL226.57º28.76%54.31%-
HSV(B)226.57º38.95%67.45%-
XYZ19.9919.4141.72-
YUV121.44156.53116.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.45%
GREEN value IS 120 (47.27% from 255) = 30.23%
BLUE value IS 172 (67.58% from 255) = 43.32%
R=26.45%
G=30.23%
B=43.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051201720.390.3000.33226.5728.7654.31
Hex6978AC271E021e31d36
Octal15117025447360413433566
Binary11010011111000101011001001111111001000011110001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6978AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6978AC; }

 p { color: rgb(105,120,172); }

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

<style>
 a { background-color: #6978AC; }

 a { background-color: rgb(105,120,172); }

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

<style>
 span { border-color: #6978AC; }

 span { border-color: rgb(105,120,172); }

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