Html Css Color HEX #697BB7 Chetwode Blue

📋 copy color: '#697BB7'

red 105 ◦ green 123 ◦ blue 183

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

Shades of Chetwode Blue #697BB7

Tints of Chetwode Blue #697BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.53%

R = 25.55%
G = 29.93%
B = 44.53%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#697BB7 (or 0x697BB7) is known color: Chetwode Blue. HEX triplet: 69, 7B and B7. RGB value is (105,123,183). Sum of RGB (Red+Green+Blue) = 105+123+183=411 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.55% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 183 (71.88% from 255 or 44.53% from 411); Max value from RGB is 183 - color contains mainly: blue. Hex color #697BB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697BB7 is #968448. Grayscale: #7C7C7C. Windows color (decimal): -9864265 or 12024681. OLE color: 12024681.

HSL color Cylindrical-coordinate representation of color #697BB7: hue angle of 226.15º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #697BB7 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 105 123 183 -
CMYK 0.43 0.33 0 0.28
HSL 226.15º 0.35% 0.56% -
HSV(B) 226.15º 0.43% 0.72% -
XYZ 21.46 20.59 47.64 -
YUV 124.46 161.04 114.12 -
System Red Green Blue C M Y K H S L
Decimal 105 123 183 0.43 0.33 0 0.28 226.15 0.35 0.56
Hex 69 7B B7 2B 21 0 1C E2 23 38
Octal 151 173 267 53 41 0 34 342 43 70
Binary 1101001 1111011 10110111 101011 100001 0 11100 11100010 100011 111000

Color Harmonies of #697BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697BB7

Black with #697BB7

Text Example


Text Example

White with #697BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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