#697ACB

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

Shades of Chetwode Blue #697ACB

Tints of Chetwode Blue #697ACB

Color information

#697ACB (or 0x697ACB) is unknown color: approx Chetwode Blue. HEX triplet: 69, 7A and CB. RGB value is (105,122,203). Sum of RGB (Red+Green+Blue) = 105+122+203=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #697ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697ACB is #968534. Grayscale: #7D7D7D. Windows color (decimal): -9864501 or 13335145. OLE color: 13335145.

HSL color Cylindrical-coordinate representation of color #697ACB: hue angle of 229.59º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #697ACB is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB105122203-
CMYK0.480.4000.20
HSL229.59º48.51%60.39%-
HSV(B)229.59º48.28%79.61%-
XYZ23.5621.2359.36-
YUV126.15171.37112.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.42%
GREEN value IS 122 (48.05% from 255) = 28.37%
BLUE value IS 203 (79.69% from 255) = 47.21%
R=24.42%
G=28.37%
B=47.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051222030.480.4000.20229.5948.5160.39
Hex697ACB3028014e6313c
Octal15117231360500243466174
Binary110100111110101100101111000010100001010011100110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,122,203); }

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

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

 a { background-color: rgb(105,122,203); }

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

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

 span { border-color: rgb(105,122,203); }

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