Html Css Color HEX #697DC0 Chetwode Blue

📋 copy color: '#697DC0'

red 105 ◦ green 125 ◦ blue 192

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

Shades of Chetwode Blue #697DC0

Tints of Chetwode Blue #697DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.5%

R = 24.88%
G = 29.62%
B = 45.5%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#697DC0 (or 0x697DC0) is known color: Chetwode Blue. HEX triplet: 69, 7D and C0. RGB value is (105,125,192). Sum of RGB (Red+Green+Blue) = 105+125+192=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 192 - color contains mainly: blue. Hex color #697DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697DC0 is #96823F. Grayscale: #7E7E7E. Windows color (decimal): -9863744 or 12615017. OLE color: 12615017.

HSL color Cylindrical-coordinate representation of color #697DC0: hue angle of 226.21º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #697DC0 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 125 192 -
CMYK 0.45 0.35 0 0.25
HSL 226.21º 0.41% 0.58% -
HSV(B) 226.21º 0.45% 0.75% -
XYZ 22.67 21.48 52.82 -
YUV 126.66 164.87 112.55 -
System Red Green Blue C M Y K H S L
Decimal 105 125 192 0.45 0.35 0 0.25 226.21 0.41 0.58
Hex 69 7D C0 2D 23 0 19 E2 29 3A
Octal 151 175 300 55 43 0 31 342 51 72
Binary 1101001 1111101 11000000 101101 100011 0 11001 11100010 101001 111010

Color Harmonies of #697DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697DC0

Black with #697DC0

Text Example


Text Example

White with #697DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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