Html Css Color HEX #697BBD Chetwode Blue

📋 copy color: '#697BBD'

red 105 ◦ green 123 ◦ blue 189

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

Shades of Chetwode Blue #697BBD

Tints of Chetwode Blue #697BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.32%

R = 25.18%
G = 29.5%
B = 45.32%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#697BBD (or 0x697BBD) is known color: Chetwode Blue. HEX triplet: 69, 7B and BD. RGB value is (105,123,189). Sum of RGB (Red+Green+Blue) = 105+123+189=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #697BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697BBD is #968442. Grayscale: #7C7C7C. Windows color (decimal): -9864259 or 12417897. OLE color: 12417897.

HSL color Cylindrical-coordinate representation of color #697BBD: hue angle of 227.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #697BBD is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 123 189 -
CMYK 0.44 0.35 0 0.26
HSL 227.14º 0.39% 0.58% -
HSV(B) 227.14º 0.44% 0.74% -
XYZ 22.09 20.84 51 -
YUV 125.14 164.04 113.63 -
System Red Green Blue C M Y K H S L
Decimal 105 123 189 0.44 0.35 0 0.26 227.14 0.39 0.58
Hex 69 7B BD 2C 23 0 1A E3 27 3A
Octal 151 173 275 54 43 0 32 343 47 72
Binary 1101001 1111011 10111101 101100 100011 0 11010 11100011 100111 111010

Color Harmonies of #697BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697BBD

Black with #697BBD

Text Example


Text Example

White with #697BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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