#697BCA

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

Shades of Chetwode Blue #697BCA

Tints of Chetwode Blue #697BCA

Color information

#697BCA (or 0x697BCA) is unknown color: approx Chetwode Blue. HEX triplet: 69, 7B and CA. RGB value is (105,123,202). Sum of RGB (Red+Green+Blue) = 105+123+202=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #697BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697BCA is #968435. Grayscale: #7E7E7E. Windows color (decimal): -9864246 or 13269865. OLE color: 13269865.

HSL color Cylindrical-coordinate representation of color #697BCA: hue angle of 228.87º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #697BCA is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB105123202-
CMYK0.480.3900.21
HSL228.87º47.78%60.2%-
HSV(B)228.87º48.02%79.22%-
XYZ23.5721.4358.77-
YUV126.62170.54112.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.42%
GREEN value IS 123 (48.44% from 255) = 28.60%
BLUE value IS 202 (79.30% from 255) = 46.98%
R=24.42%
G=28.60%
B=46.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1051232020.480.3900.21228.8747.7860.2
Hex697BCA3027015e5303c
Octal15117331260470253456074
Binary110100111110111100101011000010011101010111100101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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