#696FCC

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

Shades of Chetwode Blue #696FCC

Tints of Chetwode Blue #696FCC

Color information

#696FCC (or 0x696FCC) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6F and CC. RGB value is (105,111,204). Sum of RGB (Red+Green+Blue) = 105+111+204=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #696FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696FCC is #969033. Grayscale: #777777. Windows color (decimal): -9867316 or 13397865. OLE color: 13397865.

HSL color Cylindrical-coordinate representation of color #696FCC: hue angle of 236.36º degrees, saturation: 0.49, 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 #696FCC is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB105111204-
CMYK0.490.4600.2
HSL236.36º49.25%60.59%-
HSV(B)236.36º48.53%80%-
XYZ22.4118.7359.56-
YUV119.81175.51117.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25%
GREEN value IS 111 (43.75% from 255) = 26.43%
BLUE value IS 204 (80.08% from 255) = 48.57%
R=25%
G=26.43%
B=48.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1051112040.490.4600.2236.3649.2560.59
Hex696FCC312E014ec313d
Octal15115731461560243546175
Binary110100111011111100110011000110111001010011101100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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