#696CC1

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

Shades of Chetwode Blue #696CC1

Tints of Chetwode Blue #696CC1

Color information

#696CC1 (or 0x696CC1) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6C and C1. RGB value is (105,108,193). Sum of RGB (Red+Green+Blue) = 105+108+193=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #696CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CC1 is #96933E. Grayscale: #747474. Windows color (decimal): -9868095 or 12676201. OLE color: 12676201.

HSL color Cylindrical-coordinate representation of color #696CC1: hue angle of 237.95º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #696CC1 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB105108193-
CMYK0.460.4400.24
HSL237.95º41.51%58.43%-
HSV(B)237.95º45.6%75.69%-
XYZ20.8117.5852.75-
YUV116.79171.01119.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.86%
GREEN value IS 108 (42.58% from 255) = 26.60%
BLUE value IS 193 (75.78% from 255) = 47.54%
R=25.86%
G=26.60%
B=47.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1051081930.460.4400.24237.9541.5158.43
Hex696CC12E2C018ee2a3a
Octal15115430156540303565272
Binary110100111011001100000110111010110001100011101110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,108,193); }

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

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

 a { background-color: rgb(105,108,193); }

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

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

 span { border-color: rgb(105,108,193); }

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