#697BCC

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

Shades of Chetwode Blue #697BCC

Tints of Chetwode Blue #697BCC

Color information

#697BCC (or 0x697BCC) is unknown color: approx Chetwode Blue. HEX triplet: 69, 7B and CC. RGB value is (105,123,204). Sum of RGB (Red+Green+Blue) = 105+123+204=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #697BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697BCC is #968433. Grayscale: #7E7E7E. Windows color (decimal): -9864244 or 13400937. OLE color: 13400937.

HSL color Cylindrical-coordinate representation of color #697BCC: hue angle of 229.09º 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 #697BCC is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB105123204-
CMYK0.490.4000.2
HSL229.09º49.25%60.59%-
HSV(B)229.09º48.53%80%-
XYZ23.8121.5360.03-
YUV126.85171.54112.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.31%
GREEN value IS 123 (48.44% from 255) = 28.47%
BLUE value IS 204 (80.08% from 255) = 47.22%
R=24.31%
G=28.47%
B=47.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1051232040.490.4000.2229.0949.2560.59
Hex697BCC3128014e5313d
Octal15117331461500243456175
Binary110100111110111100110011000110100001010011100101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697BCC; }

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

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

<style>
 a { background-color: #697BCC; }

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

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

<style>
 span { border-color: #697BCC; }

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

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