Html Css Color HEX #697DBB Chetwode Blue

📋 copy color: '#697DBB'

red 105 ◦ green 125 ◦ blue 187

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

Shades of Chetwode Blue #697DBB

Tints of Chetwode Blue #697DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.98%

 BLUE value IS 187 (73.44% from 255) = 44.84%

R = 25.18%
G = 29.98%
B = 44.84%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#697DBB (or 0x697DBB) is known color: Chetwode Blue. HEX triplet: 69, 7D and BB. RGB value is (105,125,187). Sum of RGB (Red+Green+Blue) = 105+125+187=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #697DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697DBB is #968244. Grayscale: #7D7D7D. Windows color (decimal): -9863749 or 12287337. OLE color: 12287337.

HSL color Cylindrical-coordinate representation of color #697DBB: hue angle of 225.37º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #697DBB is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 125 187 -
CMYK 0.44 0.33 0 0.27
HSL 225.37º 0.38% 0.57% -
HSV(B) 225.37º 0.44% 0.73% -
XYZ 22.13 21.26 49.95 -
YUV 126.09 162.37 112.96 -
System Red Green Blue C M Y K H S L
Decimal 105 125 187 0.44 0.33 0 0.27 225.37 0.38 0.57
Hex 69 7D BB 2C 21 0 1B E1 26 39
Octal 151 175 273 54 41 0 33 341 46 71
Binary 1101001 1111101 10111011 101100 100001 0 11011 11100001 100110 111001

Color Harmonies of #697DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697DBB

Black with #697DBB

Text Example


Text Example

White with #697DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,125,187); }

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

background-color css

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

 a { background-color: rgb(105,125,187); }

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

border-color css

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

 span { border-color: rgb(105,125,187); }

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