Html Css Color HEX #697BAE Chetwode Blue

📋 copy color: '#697BAE'

red 105 ◦ green 123 ◦ blue 174

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

Shades of Chetwode Blue #697BAE

Tints of Chetwode Blue #697BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.28%

R = 26.12%
G = 30.6%
B = 43.28%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#697BAE (or 0x697BAE) is known color: Chetwode Blue. HEX triplet: 69, 7B and AE. RGB value is (105,123,174). Sum of RGB (Red+Green+Blue) = 105+123+174=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #697BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697BAE is #968451. Grayscale: #7B7B7B. Windows color (decimal): -9864274 or 11434857. OLE color: 11434857.

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

Color convert

RGB 105 123 174 -
CMYK 0.40 0.29 0 0.32
HSL 224.35º 0.3% 0.55% -
HSV(B) 224.35º 0.4% 0.68% -
XYZ 20.55 20.23 42.87 -
YUV 123.43 156.54 114.85 -
System Red Green Blue C M Y K H S L
Decimal 105 123 174 0.40 0.29 0 0.32 224.35 0.3 0.55
Hex 69 7B AE 28 1D 0 20 E0 1E 37
Octal 151 173 256 50 35 0 40 340 36 67
Binary 1101001 1111011 10101110 101000 11101 0 100000 11100000 11110 110111

Color Harmonies of #697BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697BAE

Black with #697BAE

Text Example


Text Example

White with #697BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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