Html Css Color HEX #697BBF Chetwode Blue

📋 copy color: '#697BBF'

red 105 ◦ green 123 ◦ blue 191

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

Shades of Chetwode Blue #697BBF

Tints of Chetwode Blue #697BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.58%

R = 25.06%
G = 29.36%
B = 45.58%

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

#697BBF (or 0x697BBF) is known color: Chetwode Blue. HEX triplet: 69, 7B and BF. RGB value is (105,123,191). Sum of RGB (Red+Green+Blue) = 105+123+191=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #697BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697BBF is #968440. Grayscale: #7D7D7D. Windows color (decimal): -9864257 or 12548969. OLE color: 12548969.

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

Color convert

RGB 105 123 191 -
CMYK 0.45 0.36 0 0.25
HSL 227.44º 0.4% 0.58% -
HSV(B) 227.44º 0.45% 0.75% -
XYZ 22.31 20.93 52.15 -
YUV 125.37 165.04 113.47 -
System Red Green Blue C M Y K H S L
Decimal 105 123 191 0.45 0.36 0 0.25 227.44 0.4 0.58
Hex 69 7B BF 2D 24 0 19 E3 28 3A
Octal 151 173 277 55 44 0 31 343 50 72
Binary 1101001 1111011 10111111 101101 100100 0 11001 11100011 101000 111010

Color Harmonies of #697BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697BBF

Black with #697BBF

Text Example


Text Example

White with #697BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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