#6975C1

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

Shades of Chetwode Blue #6975C1

Tints of Chetwode Blue #6975C1

Color information

#6975C1 (or 0x6975C1) is unknown color: approx Chetwode Blue. HEX triplet: 69, 75 and C1. RGB value is (105,117,193). Sum of RGB (Red+Green+Blue) = 105+117+193=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 193 (75.78% from 255 or 46.51% from 415); Max value from RGB is 193 - color contains mainly: blue. Hex color #6975C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6975C1 is #968A3E. Grayscale: #797979. Windows color (decimal): -9865791 or 12678505. OLE color: 12678505.

HSL color Cylindrical-coordinate representation of color #6975C1: hue angle of 231.82º 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 #6975C1 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB105117193-
CMYK0.460.3900.24
HSL231.82º41.51%58.43%-
HSV(B)231.82º45.6%75.69%-
XYZ21.8119.5853.08-
YUV122.08168.02115.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.30%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 193 (75.78% from 255) = 46.51%
R=25.30%
G=28.19%
B=46.51%

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
Decimal1051171930.460.3900.24231.8241.5158.43
Hex6975C12E27018e82a3a
Octal15116530156470303505272
Binary110100111101011100000110111010011101100011101000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6975C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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