Html Css Color HEX #697CC0 Chetwode Blue

📋 copy color: '#697CC0'

red 105 ◦ green 124 ◦ blue 192

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

Shades of Chetwode Blue #697CC0

Tints of Chetwode Blue #697CC0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.45%

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

R = 24.94%
G = 29.45%
B = 45.61%

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

#697CC0 (or 0x697CC0) is known color: Chetwode Blue. HEX triplet: 69, 7C and C0. RGB value is (105,124,192). Sum of RGB (Red+Green+Blue) = 105+124+192=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 192 - color contains mainly: blue. Hex color #697CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697CC0 is #96833F. Grayscale: #7D7D7D. Windows color (decimal): -9864000 or 12614761. OLE color: 12614761.

HSL color Cylindrical-coordinate representation of color #697CC0: hue angle of 226.9º 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 #697CC0 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 124 192 -
CMYK 0.45 0.35 0 0.25
HSL 226.9º 0.41% 0.58% -
HSV(B) 226.9º 0.45% 0.75% -
XYZ 22.55 21.22 52.78 -
YUV 126.07 165.21 112.97 -
System Red Green Blue C M Y K H S L
Decimal 105 124 192 0.45 0.35 0 0.25 226.9 0.41 0.58
Hex 69 7C C0 2D 23 0 19 E3 29 3A
Octal 151 174 300 55 43 0 31 343 51 72
Binary 1101001 1111100 11000000 101101 100011 0 11001 11100011 101001 111010

Color Harmonies of #697CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697CC0

Black with #697CC0

Text Example


Text Example

White with #697CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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