#696FC1

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

Shades of Chetwode Blue #696FC1

Tints of Chetwode Blue #696FC1

Color information

#696FC1 (or 0x696FC1) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6F and C1. RGB value is (105,111,193). Sum of RGB (Red+Green+Blue) = 105+111+193=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #696FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696FC1 is #96903E. Grayscale: #767676. Windows color (decimal): -9867327 or 12676969. OLE color: 12676969.

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

Color convert

RGB105111193-
CMYK0.460.4200.24
HSL235.91º41.51%58.43%-
HSV(B)235.91º45.6%75.69%-
XYZ21.1418.2252.86-
YUV118.55170.01118.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.67%
GREEN value IS 111 (43.75% from 255) = 27.14%
BLUE value IS 193 (75.78% from 255) = 47.19%
R=25.67%
G=27.14%
B=47.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1051111930.460.4200.24235.9141.5158.43
Hex696FC12E2A018ec2a3a
Octal15115730156520303545272
Binary110100111011111100000110111010101001100011101100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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