Html Css Color HEX #697BC0 Chetwode Blue

📋 copy color: '#697BC0'

red 105 ◦ green 123 ◦ blue 192

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

Shades of Chetwode Blue #697BC0

Tints of Chetwode Blue #697BC0

RGB

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

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

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

R = 25%
G = 29.29%
B = 45.71%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#697BC0 (or 0x697BC0) is known color: Chetwode Blue. HEX triplet: 69, 7B and C0. RGB value is (105,123,192). Sum of RGB (Red+Green+Blue) = 105+123+192=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 192 - color contains mainly: blue. Hex color #697BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697BC0 is #96843F. Grayscale: #7D7D7D. Windows color (decimal): -9864256 or 12614505. OLE color: 12614505.

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

Color convert

RGB 105 123 192 -
CMYK 0.45 0.36 0 0.25
HSL 227.59º 0.41% 0.58% -
HSV(B) 227.59º 0.45% 0.75% -
XYZ 22.42 20.97 52.74 -
YUV 125.48 165.54 113.39 -
System Red Green Blue C M Y K H S L
Decimal 105 123 192 0.45 0.36 0 0.25 227.59 0.41 0.58
Hex 69 7B C0 2D 24 0 19 E4 29 3A
Octal 151 173 300 55 44 0 31 344 51 72
Binary 1101001 1111011 11000000 101101 100100 0 11001 11100100 101001 111010

Color Harmonies of #697BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697BC0

Black with #697BC0

Text Example


Text Example

White with #697BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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