Html Css Color HEX #616AC8 Chetwode Blue

📋 copy color: '#616AC8'

red 97 ◦ green 106 ◦ blue 200

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

Shades of Chetwode Blue #616AC8

Tints of Chetwode Blue #616AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 49.63%

R = 24.07%
G = 26.3%
B = 49.63%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#616AC8 (or 0x616AC8) is known color: Chetwode Blue. HEX triplet: 61, 6A and C8. RGB value is (97,106,200). Sum of RGB (Red+Green+Blue) = 97+106+200=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 200 (78.52% from 255 or 49.63% from 403); Max value from RGB is 200 - color contains mainly: blue. Hex color #616AC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616AC8 is #9E9537. Grayscale: #717171. Windows color (decimal): -10392888 or 13134433. OLE color: 13134433.

HSL color Cylindrical-coordinate representation of color #616AC8: hue angle of 234.76º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #616AC8 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 97 106 200 -
CMYK 0.52 0.47 0 0.22
HSL 234.76º 0.48% 0.58% -
HSV(B) 234.76º 0.52% 0.78% -
XYZ 20.51 17.02 56.85 -
YUV 114.03 176.52 115.86 -
System Red Green Blue C M Y K H S L
Decimal 97 106 200 0.52 0.47 0 0.22 234.76 0.48 0.58
Hex 61 6A C8 34 2F 0 16 EB 30 3A
Octal 141 152 310 64 57 0 26 353 60 72
Binary 1100001 1101010 11001000 110100 101111 0 10110 11101011 110000 111010

Color Harmonies of #616AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616AC8

Black with #616AC8

Text Example


Text Example

White with #616AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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