Html Css Color HEX #697DB5 Chetwode Blue

📋 copy color: '#697DB5'

red 105 ◦ green 125 ◦ blue 181

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

Shades of Chetwode Blue #697DB5

Tints of Chetwode Blue #697DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.04%

R = 25.55%
G = 30.41%
B = 44.04%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#697DB5 (or 0x697DB5) is known color: Chetwode Blue. HEX triplet: 69, 7D and B5. RGB value is (105,125,181). Sum of RGB (Red+Green+Blue) = 105+125+181=411 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.55% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 181 (71.09% from 255 or 44.04% from 411); Max value from RGB is 181 - color contains mainly: blue. Hex color #697DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697DB5 is #96824A. Grayscale: #7D7D7D. Windows color (decimal): -9863755 or 11894121. OLE color: 11894121.

HSL color Cylindrical-coordinate representation of color #697DB5: hue angle of 224.21º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #697DB5 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 125 181 -
CMYK 0.42 0.31 0 0.29
HSL 224.21º 0.34% 0.56% -
HSV(B) 224.21º 0.42% 0.71% -
XYZ 21.5 21.01 46.64 -
YUV 125.4 159.37 113.45 -
System Red Green Blue C M Y K H S L
Decimal 105 125 181 0.42 0.31 0 0.29 224.21 0.34 0.56
Hex 69 7D B5 2A 1F 0 1D E0 22 38
Octal 151 175 265 52 37 0 35 340 42 70
Binary 1101001 1111101 10110101 101010 11111 0 11101 11100000 100010 111000

Color Harmonies of #697DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697DB5

Black with #697DB5

Text Example


Text Example

White with #697DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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