#6975AD

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

Shades of Chetwode Blue #6975AD

Tints of Chetwode Blue #6975AD

Color information

#6975AD (or 0x6975AD) is unknown color: approx Chetwode Blue. HEX triplet: 69, 75 and AD. RGB value is (105,117,173). Sum of RGB (Red+Green+Blue) = 105+117+173=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #6975AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6975AD is #968A52. Grayscale: #777777. Windows color (decimal): -9865811 or 11367785. OLE color: 11367785.

HSL color Cylindrical-coordinate representation of color #6975AD: hue angle of 229.41º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6975AD is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105117173-
CMYK0.390.3200.32
HSL229.41º29.31%54.51%-
HSV(B)229.41º39.31%67.84%-
XYZ19.7318.7442.11-
YUV119.8158.02117.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.58%
GREEN value IS 117 (46.09% from 255) = 29.62%
BLUE value IS 173 (67.97% from 255) = 43.80%
R=26.58%
G=29.62%
B=43.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051171730.390.3200.32229.4129.3154.51
Hex6975AD2720020e51d37
Octal15116525547400403453567
Binary110100111101011010110110011110000001000001110010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6975AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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