#6973CA

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

Shades of Chetwode Blue #6973CA

Tints of Chetwode Blue #6973CA

Color information

#6973CA (or 0x6973CA) is unknown color: approx Chetwode Blue. HEX triplet: 69, 73 and CA. RGB value is (105,115,202). Sum of RGB (Red+Green+Blue) = 105+115+202=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #6973CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6973CA is #968C35. Grayscale: #797979. Windows color (decimal): -9866294 or 13267817. OLE color: 13267817.

HSL color Cylindrical-coordinate representation of color #6973CA: hue angle of 233.81º degrees, saturation: 0.48, 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 #6973CA is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB105115202-
CMYK0.480.4300.21
HSL233.81º47.78%60.2%-
HSV(B)233.81º48.02%79.22%-
XYZ22.6219.5358.45-
YUV121.93173.19115.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.88%
GREEN value IS 115 (45.31% from 255) = 27.25%
BLUE value IS 202 (79.30% from 255) = 47.87%
R=24.88%
G=27.25%
B=47.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1051152020.480.4300.21233.8147.7860.2
Hex6973CA302B015ea303c
Octal15116331260530253526074
Binary110100111100111100101011000010101101010111101010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6973CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6973CA; }

 p { color: rgb(105,115,202); }

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

<style>
 a { background-color: #6973CA; }

 a { background-color: rgb(105,115,202); }

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

<style>
 span { border-color: #6973CA; }

 span { border-color: rgb(105,115,202); }

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