Html Css Color HEX #616CAB Chetwode Blue

📋 copy color: '#616CAB'

red 97 ◦ green 108 ◦ blue 171

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

Shades of Chetwode Blue #616CAB

Tints of Chetwode Blue #616CAB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.72%

 BLUE value IS 171 (67.19% from 255) = 45.48%

R = 25.8%
G = 28.72%
B = 45.48%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#616CAB (or 0x616CAB) is known color: Chetwode Blue. HEX triplet: 61, 6C and AB. RGB value is (97,108,171). Sum of RGB (Red+Green+Blue) = 97+108+171=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #616CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616CAB is #9E9354. Grayscale: #6F6F6F. Windows color (decimal): -10392405 or 11234401. OLE color: 11234401.

HSL color Cylindrical-coordinate representation of color #616CAB: hue angle of 231.08º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #616CAB is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 108 171 -
CMYK 0.43 0.37 0 0.33
HSL 231.08º 0.31% 0.53% -
HSV(B) 231.08º 0.43% 0.67% -
XYZ 17.64 16.21 40.73 -
YUV 111.89 161.36 117.38 -
System Red Green Blue C M Y K H S L
Decimal 97 108 171 0.43 0.37 0 0.33 231.08 0.31 0.53
Hex 61 6C AB 2B 25 0 21 E7 1F 35
Octal 141 154 253 53 45 0 41 347 37 65
Binary 1100001 1101100 10101011 101011 100101 0 100001 11100111 11111 110101

Color Harmonies of #616CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616CAB

Black with #616CAB

Text Example


Text Example

White with #616CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616CAB; }

 p { color: rgb(97,108,171); }

 H1.HeaderClassName
 {
   color: #616CAB;
 }
 .AnyTagClassName
 {
   color: #616CAB;
 }
</style>

background-color css

<style>
 a { background-color: #616CAB; }

 a { background-color: rgb(97,108,171); }

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

border-color css

<style>
 span { border-color: #616CAB; }

 span { border-color: rgb(97,108,171); }

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