Html Css Color HEX #697ABA Chetwode Blue

📋 copy color: '#697ABA'

red 105 ◦ green 122 ◦ blue 186

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

Shades of Chetwode Blue #697ABA

Tints of Chetwode Blue #697ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.54%

 BLUE value IS 186 (73.05% from 255) = 45.04%

R = 25.42%
G = 29.54%
B = 45.04%

CMYK

 C value IS 0.44

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#697ABA (or 0x697ABA) is known color: Chetwode Blue. HEX triplet: 69, 7A and BA. RGB value is (105,122,186). Sum of RGB (Red+Green+Blue) = 105+122+186=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #697ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697ABA is #968545. Grayscale: #7B7B7B. Windows color (decimal): -9864518 or 12221033. OLE color: 12221033.

HSL color Cylindrical-coordinate representation of color #697ABA: hue angle of 227.41º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #697ABA is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 122 186 -
CMYK 0.44 0.34 0 0.27
HSL 227.41º 0.37% 0.57% -
HSV(B) 227.41º 0.44% 0.73% -
XYZ 21.65 20.47 49.26 -
YUV 124.21 162.87 114.3 -
System Red Green Blue C M Y K H S L
Decimal 105 122 186 0.44 0.34 0 0.27 227.41 0.37 0.57
Hex 69 7A BA 2C 22 0 1B E3 25 39
Octal 151 172 272 54 42 0 33 343 45 71
Binary 1101001 1111010 10111010 101100 100010 0 11011 11100011 100101 111001

Color Harmonies of #697ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697ABA

Black with #697ABA

Text Example


Text Example

White with #697ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,122,186); }

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

background-color css

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

 a { background-color: rgb(105,122,186); }

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

border-color css

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

 span { border-color: rgb(105,122,186); }

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