Html Css Color HEX #697AAB Chetwode Blue

📋 copy color: '#697AAB'

red 105 ◦ green 122 ◦ blue 171

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

Shades of Chetwode Blue #697AAB

Tints of Chetwode Blue #697AAB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.65%

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 26.38%
G = 30.65%
B = 42.96%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#697AAB (or 0x697AAB) is known color: Chetwode Blue. HEX triplet: 69, 7A and AB. RGB value is (105,122,171). Sum of RGB (Red+Green+Blue) = 105+122+171=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #697AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697AAB is #968554. Grayscale: #7A7A7A. Windows color (decimal): -9864533 or 11237993. OLE color: 11237993.

HSL color Cylindrical-coordinate representation of color #697AAB: hue angle of 224.55º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #697AAB is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 122 171 -
CMYK 0.39 0.29 0 0.33
HSL 224.55º 0.28% 0.54% -
HSV(B) 224.55º 0.39% 0.67% -
XYZ 20.14 19.86 41.3 -
YUV 122.5 155.37 115.52 -
System Red Green Blue C M Y K H S L
Decimal 105 122 171 0.39 0.29 0 0.33 224.55 0.28 0.54
Hex 69 7A AB 27 1D 0 21 E1 1C 36
Octal 151 172 253 47 35 0 41 341 34 66
Binary 1101001 1111010 10101011 100111 11101 0 100001 11100001 11100 110110

Color Harmonies of #697AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697AAB

Black with #697AAB

Text Example


Text Example

White with #697AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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