#6975C9

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

Shades of Chetwode Blue #6975C9

Tints of Chetwode Blue #6975C9

Color information

#6975C9 (or 0x6975C9) is unknown color: approx Chetwode Blue. HEX triplet: 69, 75 and C9. RGB value is (105,117,201). Sum of RGB (Red+Green+Blue) = 105+117+201=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #6975C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6975C9 is #968A36. Grayscale: #7A7A7A. Windows color (decimal): -9865783 or 13202793. OLE color: 13202793.

HSL color Cylindrical-coordinate representation of color #6975C9: hue angle of 232.5º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6975C9 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB105117201-
CMYK0.480.4200.21
HSL232.5º47.06%60%-
HSV(B)232.5º47.76%78.82%-
XYZ22.7319.9457.91-
YUV122.99172.02115.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.82%
GREEN value IS 117 (46.09% from 255) = 27.66%
BLUE value IS 201 (78.91% from 255) = 47.52%
R=24.82%
G=27.66%
B=47.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1051172010.480.4200.21232.547.0660
Hex6975C9302A015e82f3c
Octal15116531160520253505774
Binary110100111101011100100111000010101001010111101000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6975C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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