Html Css Color HEX #697BAB Chetwode Blue

📋 copy color: '#697BAB'

red 105 ◦ green 123 ◦ blue 171

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

Shades of Chetwode Blue #697BAB

Tints of Chetwode Blue #697BAB

RGB

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

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

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

R = 26.32%
G = 30.83%
B = 42.86%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#697BAB (or 0x697BAB) is known color: Chetwode Blue. HEX triplet: 69, 7B and AB. RGB value is (105,123,171). Sum of RGB (Red+Green+Blue) = 105+123+171=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #697BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697BAB is #968454. Grayscale: #7A7A7A. Windows color (decimal): -9864277 or 11238249. OLE color: 11238249.

HSL color Cylindrical-coordinate representation of color #697BAB: hue angle of 223.64º 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 #697BAB is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 123 171 -
CMYK 0.39 0.28 0 0.33
HSL 223.64º 0.28% 0.54% -
HSV(B) 223.64º 0.39% 0.67% -
XYZ 20.26 20.11 41.34 -
YUV 123.09 155.04 115.1 -
System Red Green Blue C M Y K H S L
Decimal 105 123 171 0.39 0.28 0 0.33 223.64 0.28 0.54
Hex 69 7B AB 27 1C 0 21 E0 1C 36
Octal 151 173 253 47 34 0 41 340 34 66
Binary 1101001 1111011 10101011 100111 11100 0 100001 11100000 11100 110110

Color Harmonies of #697BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697BAB

Black with #697BAB

Text Example


Text Example

White with #697BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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