#616ABC

Color #616ABC Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #616ABC

Tints of Chetwode Blue #616ABC

Color information

#616ABC (or 0x616ABC) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6A and BC. RGB value is (97,106,188). Sum of RGB (Red+Green+Blue) = 97+106+188=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #616ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616ABC is #9E9543. Grayscale: #707070. Windows color (decimal): -10392900 or 12348001. OLE color: 12348001.

HSL color Cylindrical-coordinate representation of color #616ABC: hue angle of 234.07º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #616ABC is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB97106188-
CMYK0.480.4400.26
HSL234.07º40.44%55.88%-
HSV(B)234.07º48.4%73.73%-
XYZ19.1616.4849.75-
YUV112.66170.52116.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.81%
GREEN value IS 106 (41.80% from 255) = 27.11%
BLUE value IS 188 (73.83% from 255) = 48.08%
R=24.81%
G=27.11%
B=48.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971061880.480.4400.26234.0740.4455.88
Hex616ABC302C01Aea2838
Octal14115227460540323525070
Binary110000111010101011110011000010110001101011101010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #616ABC;
 }
 .AnyTagClassName
 {
   color: #616ABC;
 }
</style>
background-color css

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

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

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

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

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

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