#696BC4

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

Shades of Chetwode Blue #696BC4

Tints of Chetwode Blue #696BC4

Color information

#696BC4 (or 0x696BC4) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6B and C4. RGB value is (105,107,196). Sum of RGB (Red+Green+Blue) = 105+107+196=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 196 (76.95% from 255 or 48.04% from 408); Max value from RGB is 196 - color contains mainly: blue. Hex color #696BC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BC4 is #96943B. Grayscale: #747474. Windows color (decimal): -9868348 or 12872553. OLE color: 12872553.

HSL color Cylindrical-coordinate representation of color #696BC4: hue angle of 238.68º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #696BC4 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB105107196-
CMYK0.460.4500.23
HSL238.68º43.54%59.02%-
HSV(B)238.68º46.43%76.86%-
XYZ21.0517.554.49-
YUV116.55172.84119.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.74%
GREEN value IS 107 (42.19% from 255) = 26.23%
BLUE value IS 196 (76.95% from 255) = 48.04%
R=25.74%
G=26.23%
B=48.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1051071960.460.4500.23238.6843.5459.02
Hex696BC42E2D017ef2c3b
Octal15115330456550273575473
Binary110100111010111100010010111010110101011111101111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,107,196); }

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

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

 a { background-color: rgb(105,107,196); }

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

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

 span { border-color: rgb(105,107,196); }

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