Html Css Color HEX #617AAF Chetwode Blue

📋 copy color: '#617AAF'

red 97 ◦ green 122 ◦ blue 175

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

Shades of Chetwode Blue #617AAF

Tints of Chetwode Blue #617AAF

RGB

 RED value IS 97 (38.28% from 255) = 24.62%

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

 BLUE value IS 175 (68.75% from 255) = 44.42%

R = 24.62%
G = 30.96%
B = 44.42%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#617AAF (or 0x617AAF) is known color: Chetwode Blue. HEX triplet: 61, 7A and AF. RGB value is (97,122,175). Sum of RGB (Red+Green+Blue) = 97+122+175=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #617AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617AAF is #9E8550. Grayscale: #787878. Windows color (decimal): -10388817 or 11500129. OLE color: 11500129.

HSL color Cylindrical-coordinate representation of color #617AAF: hue angle of 220.77º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #617AAF is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 122 175 -
CMYK 0.45 0.30 0 0.31
HSL 220.77º 0.33% 0.53% -
HSV(B) 220.77º 0.45% 0.69% -
XYZ 19.63 19.56 43.3 -
YUV 120.57 158.72 111.19 -
System Red Green Blue C M Y K H S L
Decimal 97 122 175 0.45 0.30 0 0.31 220.77 0.33 0.53
Hex 61 7A AF 2D 1E 0 1F DD 21 35
Octal 141 172 257 55 36 0 37 335 41 65
Binary 1100001 1111010 10101111 101101 11110 0 11111 11011101 100001 110101

Color Harmonies of #617AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617AAF

Black with #617AAF

Text Example


Text Example

White with #617AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617AAF; }

 p { color: rgb(97,122,175); }

 H1.HeaderClassName
 {
   color: #617AAF;
 }
 .AnyTagClassName
 {
   color: #617AAF;
 }
</style>

background-color css

<style>
 a { background-color: #617AAF; }

 a { background-color: rgb(97,122,175); }

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

border-color css

<style>
 span { border-color: #617AAF; }

 span { border-color: rgb(97,122,175); }

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