#696FCD

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

Shades of Chetwode Blue #696FCD

Tints of Chetwode Blue #696FCD

Color information

#696FCD (or 0x696FCD) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6F and CD. RGB value is (105,111,205). Sum of RGB (Red+Green+Blue) = 105+111+205=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #696FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696FCD is #969032. Grayscale: #777777. Windows color (decimal): -9867315 or 13463401. OLE color: 13463401.

HSL color Cylindrical-coordinate representation of color #696FCD: hue angle of 236.4º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #696FCD is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB105111205-
CMYK0.490.4600.20
HSL236.4º50%60.78%-
HSV(B)236.4º48.78%80.39%-
XYZ22.5318.7860.2-
YUV119.92176.01117.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.94%
GREEN value IS 111 (43.75% from 255) = 26.37%
BLUE value IS 205 (80.47% from 255) = 48.69%
R=24.94%
G=26.37%
B=48.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051112050.490.4600.20236.45060.78
Hex696FCD312E014ec323d
Octal15115731561560243546275
Binary110100111011111100110111000110111001010011101100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,111,205); }

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

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

 a { background-color: rgb(105,111,205); }

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

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

 span { border-color: rgb(105,111,205); }

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