Html Css Color HEX #697BB9 Chetwode Blue

📋 copy color: '#697BB9'

red 105 ◦ green 123 ◦ blue 185

#697BB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #697BB9

Tints of Chetwode Blue #697BB9

RGB

 RED value IS 105 (41.41% from 255) = 25.42%

 GREEN value IS 123 (48.44% from 255) = 29.78%

 BLUE value IS 185 (72.66% from 255) = 44.79%

R = 25.42%
G = 29.78%
B = 44.79%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#697BB9 (or 0x697BB9) is known color: Chetwode Blue. HEX triplet: 69, 7B and B9. RGB value is (105,123,185). Sum of RGB (Red+Green+Blue) = 105+123+185=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 185 (72.66% from 255 or 44.79% from 413); Max value from RGB is 185 - color contains mainly: blue. Hex color #697BB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697BB9 is #968446. Grayscale: #7C7C7C. Windows color (decimal): -9864263 or 12155753. OLE color: 12155753.

HSL color Cylindrical-coordinate representation of color #697BB9: hue angle of 226.5º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #697BB9 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 123 185 -
CMYK 0.43 0.34 0 0.27
HSL 226.5º 0.36% 0.57% -
HSV(B) 226.5º 0.43% 0.73% -
XYZ 21.67 20.67 48.75 -
YUV 124.69 162.04 113.96 -
System Red Green Blue C M Y K H S L
Decimal 105 123 185 0.43 0.34 0 0.27 226.5 0.36 0.57
Hex 69 7B B9 2B 22 0 1B E2 24 39
Octal 151 173 271 53 42 0 33 342 44 71
Binary 1101001 1111011 10111001 101011 100010 0 11011 11100010 100100 111001

Color Harmonies of #697BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697BB9

Black with #697BB9

Text Example


Text Example

White with #697BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #697BB9;
 }
 .AnyTagClassName
 {
   color: #697BB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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