Html Css Color HEX #616ABF Chetwode Blue

📋 copy color: '#616ABF'

red 97 ◦ green 106 ◦ blue 191

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

Shades of Chetwode Blue #616ABF

Tints of Chetwode Blue #616ABF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.9%

 BLUE value IS 191 (75% from 255) = 48.48%

R = 24.62%
G = 26.9%
B = 48.48%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#616ABF (or 0x616ABF) is known color: Chetwode Blue. HEX triplet: 61, 6A and BF. RGB value is (97,106,191). Sum of RGB (Red+Green+Blue) = 97+106+191=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #616ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616ABF is #9E9540. Grayscale: #707070. Windows color (decimal): -10392897 or 12544609. OLE color: 12544609.

HSL color Cylindrical-coordinate representation of color #616ABF: hue angle of 234.26º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #616ABF is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 106 191 -
CMYK 0.49 0.45 0 0.25
HSL 234.26º 0.42% 0.56% -
HSV(B) 234.26º 0.49% 0.75% -
XYZ 19.49 16.61 51.47 -
YUV 113 172.02 116.59 -
System Red Green Blue C M Y K H S L
Decimal 97 106 191 0.49 0.45 0 0.25 234.26 0.42 0.56
Hex 61 6A BF 31 2D 0 19 EA 2A 38
Octal 141 152 277 61 55 0 31 352 52 70
Binary 1100001 1101010 10111111 110001 101101 0 11001 11101010 101010 111000

Color Harmonies of #616ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616ABF

Black with #616ABF

Text Example


Text Example

White with #616ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,106,191); }

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

background-color css

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

 a { background-color: rgb(97,106,191); }

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

border-color css

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

 span { border-color: rgb(97,106,191); }

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