Html Css Color HEX #697BBE Chetwode Blue

📋 copy color: '#697BBE'

red 105 ◦ green 123 ◦ blue 190

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

Shades of Chetwode Blue #697BBE

Tints of Chetwode Blue #697BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 25.12%
G = 29.43%
B = 45.45%

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

#697BBE (or 0x697BBE) is known color: Chetwode Blue. HEX triplet: 69, 7B and BE. RGB value is (105,123,190). Sum of RGB (Red+Green+Blue) = 105+123+190=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #697BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697BBE is #968441. Grayscale: #7C7C7C. Windows color (decimal): -9864258 or 12483433. OLE color: 12483433.

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

Color convert

RGB 105 123 190 -
CMYK 0.45 0.35 0 0.25
HSL 227.29º 0.4% 0.58% -
HSV(B) 227.29º 0.45% 0.75% -
XYZ 22.2 20.89 51.58 -
YUV 125.26 164.54 113.55 -
System Red Green Blue C M Y K H S L
Decimal 105 123 190 0.45 0.35 0 0.25 227.29 0.4 0.58
Hex 69 7B BE 2D 23 0 19 E3 28 3A
Octal 151 173 276 55 43 0 31 343 50 72
Binary 1101001 1111011 10111110 101101 100011 0 11001 11100011 101000 111010

Color Harmonies of #697BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697BBE

Black with #697BBE

Text Example


Text Example

White with #697BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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