Html Css Color HEX #697BAD Chetwode Blue

📋 copy color: '#697BAD'

red 105 ◦ green 123 ◦ blue 173

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

Shades of Chetwode Blue #697BAD

Tints of Chetwode Blue #697BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.14%

R = 26.18%
G = 30.67%
B = 43.14%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#697BAD (or 0x697BAD) is known color: Chetwode Blue. HEX triplet: 69, 7B and AD. RGB value is (105,123,173). Sum of RGB (Red+Green+Blue) = 105+123+173=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #697BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697BAD is #968452. Grayscale: #7B7B7B. Windows color (decimal): -9864275 or 11369321. OLE color: 11369321.

HSL color Cylindrical-coordinate representation of color #697BAD: hue angle of 224.12º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #697BAD is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 123 173 -
CMYK 0.39 0.29 0 0.32
HSL 224.12º 0.29% 0.55% -
HSV(B) 224.12º 0.39% 0.68% -
XYZ 20.45 20.19 42.35 -
YUV 123.32 156.04 114.93 -
System Red Green Blue C M Y K H S L
Decimal 105 123 173 0.39 0.29 0 0.32 224.12 0.29 0.55
Hex 69 7B AD 27 1D 0 20 E0 1D 37
Octal 151 173 255 47 35 0 40 340 35 67
Binary 1101001 1111011 10101101 100111 11101 0 100000 11100000 11101 110111

Color Harmonies of #697BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697BAD

Black with #697BAD

Text Example


Text Example

White with #697BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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