#6975AB

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

Shades of Chetwode Blue #6975AB

Tints of Chetwode Blue #6975AB

Color information

#6975AB (or 0x6975AB) is unknown color: approx Chetwode Blue. HEX triplet: 69, 75 and AB. RGB value is (105,117,171). Sum of RGB (Red+Green+Blue) = 105+117+171=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #6975AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6975AB is #968A54. Grayscale: #777777. Windows color (decimal): -9865813 or 11236713. OLE color: 11236713.

HSL color Cylindrical-coordinate representation of color #6975AB: hue angle of 229.09º degrees, saturation: 0.28, 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 #6975AB is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105117171-
CMYK0.390.3200.33
HSL229.09º28.21%54.12%-
HSV(B)229.09º38.6%67.06%-
XYZ19.5418.6741.1-
YUV119.57157.02117.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.72%
GREEN value IS 117 (46.09% from 255) = 29.77%
BLUE value IS 171 (67.19% from 255) = 43.51%
R=26.72%
G=29.77%
B=43.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051171710.390.3200.33229.0928.2154.12
Hex6975AB2720021e51c36
Octal15116525347400413453466
Binary110100111101011010101110011110000001000011110010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6975AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6975AB; }

 p { color: rgb(105,117,171); }

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

<style>
 a { background-color: #6975AB; }

 a { background-color: rgb(105,117,171); }

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

<style>
 span { border-color: #6975AB; }

 span { border-color: rgb(105,117,171); }

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