Html Css Color HEX #616BAA Chetwode Blue

📋 copy color: '#616BAA'

red 97 ◦ green 107 ◦ blue 170

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

Shades of Chetwode Blue #616BAA

Tints of Chetwode Blue #616BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.61%

 BLUE value IS 170 (66.8% from 255) = 45.45%

R = 25.94%
G = 28.61%
B = 45.45%

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

#616BAA (or 0x616BAA) is known color: Chetwode Blue. HEX triplet: 61, 6B and AA. RGB value is (97,107,170). Sum of RGB (Red+Green+Blue) = 97+107+170=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #616BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616BAA is #9E9455. Grayscale: #6E6E6E. Windows color (decimal): -10392662 or 11168609. OLE color: 11168609.

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

Color convert

RGB 97 107 170 -
CMYK 0.43 0.37 0 0.33
HSL 231.78º 0.3% 0.52% -
HSV(B) 231.78º 0.43% 0.67% -
XYZ 17.44 15.96 40.19 -
YUV 111.19 161.19 117.88 -
System Red Green Blue C M Y K H S L
Decimal 97 107 170 0.43 0.37 0 0.33 231.78 0.3 0.52
Hex 61 6B AA 2B 25 0 21 E8 1E 34
Octal 141 153 252 53 45 0 41 350 36 64
Binary 1100001 1101011 10101010 101011 100101 0 100001 11101000 11110 110100

Color Harmonies of #616BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616BAA

Black with #616BAA

Text Example


Text Example

White with #616BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,107,170); }

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

background-color css

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

 a { background-color: rgb(97,107,170); }

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

border-color css

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

 span { border-color: rgb(97,107,170); }

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