#696DCA

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

Shades of Chetwode Blue #696DCA

Tints of Chetwode Blue #696DCA

Color information

#696DCA (or 0x696DCA) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6D and CA. RGB value is (105,109,202). Sum of RGB (Red+Green+Blue) = 105+109+202=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #696DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DCA is #969235. Grayscale: #767676. Windows color (decimal): -9867830 or 13266281. OLE color: 13266281.

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

Color convert

RGB105109202-
CMYK0.480.4600.21
HSL237.53º47.78%60.2%-
HSV(B)237.53º48.02%79.22%-
XYZ21.9618.258.23-
YUV118.41175.17118.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.24%
GREEN value IS 109 (42.97% from 255) = 26.20%
BLUE value IS 202 (79.30% from 255) = 48.56%
R=25.24%
G=26.20%
B=48.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1051092020.480.4600.21237.5347.7860.2
Hex696DCA302E015ee303c
Octal15115531260560253566074
Binary110100111011011100101011000010111001010111101110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696DCA; }

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

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

<style>
 a { background-color: #696DCA; }

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

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

<style>
 span { border-color: #696DCA; }

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

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