#6975D6

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

Shades of Chetwode Blue #6975D6

Tints of Chetwode Blue #6975D6

Color information

#6975D6 (or 0x6975D6) is unknown color: approx Chetwode Blue. HEX triplet: 69, 75 and D6. RGB value is (105,117,214). Sum of RGB (Red+Green+Blue) = 105+117+214=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 214 (83.98% from 255 or 49.08% from 436); Max value from RGB is 214 - color contains mainly: blue. Hex color #6975D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6975D6 is #968A29. Grayscale: #7C7C7C. Windows color (decimal): -9865770 or 14054761. OLE color: 14054761.

HSL color Cylindrical-coordinate representation of color #6975D6: hue angle of 233.39º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6975D6 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB105117214-
CMYK0.510.4500.16
HSL233.39º57.07%62.55%-
HSV(B)233.39º50.93%83.92%-
XYZ24.3220.5866.31-
YUV124.47178.52114.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.08%
GREEN value IS 117 (46.09% from 255) = 26.83%
BLUE value IS 214 (83.98% from 255) = 49.08%
R=24.08%
G=26.83%
B=49.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1051172140.510.4500.16233.3957.0762.55
Hex6975D6332D010e9393f
Octal15116532663550203517177
Binary110100111101011101011011001110110101000011101001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6975D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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