#6971CA

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

Shades of Chetwode Blue #6971CA

Tints of Chetwode Blue #6971CA

Color information

#6971CA (or 0x6971CA) is unknown color: approx Chetwode Blue. HEX triplet: 69, 71 and CA. RGB value is (105,113,202). Sum of RGB (Red+Green+Blue) = 105+113+202=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #6971CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6971CA is #968E35. Grayscale: #787878. Windows color (decimal): -9866806 or 13267305. OLE color: 13267305.

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

Color convert

RGB105113202-
CMYK0.480.4400.21
HSL235.05º47.78%60.2%-
HSV(B)235.05º48.02%79.22%-
XYZ22.3919.0858.38-
YUV120.75173.85116.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 202 (79.30% from 255) = 48.10%
R=25%
G=26.90%
B=48.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1051132020.480.4400.21235.0547.7860.2
Hex6971CA302C015eb303c
Octal15116131260540253536074
Binary110100111100011100101011000010110001010111101011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6971CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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