Html Css Color HEX #616AC0 Chetwode Blue

📋 copy color: '#616AC0'

red 97 ◦ green 106 ◦ blue 192

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

Shades of Chetwode Blue #616AC0

Tints of Chetwode Blue #616AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.61%

R = 24.56%
G = 26.84%
B = 48.61%

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

#616AC0 (or 0x616AC0) is known color: Chetwode Blue. HEX triplet: 61, 6A and C0. RGB value is (97,106,192). Sum of RGB (Red+Green+Blue) = 97+106+192=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #616AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616AC0 is #9E953F. Grayscale: #707070. Windows color (decimal): -10392896 or 12610145. OLE color: 12610145.

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

Color convert

RGB 97 106 192 -
CMYK 0.49 0.45 0 0.25
HSL 234.32º 0.43% 0.57% -
HSV(B) 234.32º 0.49% 0.75% -
XYZ 19.6 16.66 52.05 -
YUV 113.11 172.52 116.51 -
System Red Green Blue C M Y K H S L
Decimal 97 106 192 0.49 0.45 0 0.25 234.32 0.43 0.57
Hex 61 6A C0 31 2D 0 19 EA 2B 39
Octal 141 152 300 61 55 0 31 352 53 71
Binary 1100001 1101010 11000000 110001 101101 0 11001 11101010 101011 111001

Color Harmonies of #616AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616AC0

Black with #616AC0

Text Example


Text Example

White with #616AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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