Html Css Color HEX #616ACB Chetwode Blue

📋 copy color: '#616ACB'

red 97 ◦ green 106 ◦ blue 203

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

Shades of Chetwode Blue #616ACB

Tints of Chetwode Blue #616ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50%

R = 23.89%
G = 26.11%
B = 50%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#616ACB (or 0x616ACB) is known color: Chetwode Blue. HEX triplet: 61, 6A and CB. RGB value is (97,106,203). Sum of RGB (Red+Green+Blue) = 97+106+203=406 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.89% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #616ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616ACB is #9E9534. Grayscale: #717171. Windows color (decimal): -10392885 or 13331041. OLE color: 13331041.

HSL color Cylindrical-coordinate representation of color #616ACB: hue angle of 234.91º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #616ACB is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 106 203 -
CMYK 0.52 0.48 0 0.20
HSL 234.91º 0.5% 0.59% -
HSV(B) 234.91º 0.52% 0.8% -
XYZ 20.86 17.16 58.71 -
YUV 114.37 178.02 115.61 -
System Red Green Blue C M Y K H S L
Decimal 97 106 203 0.52 0.48 0 0.20 234.91 0.5 0.59
Hex 61 6A CB 34 30 0 14 EB 32 3B
Octal 141 152 313 64 60 0 24 353 62 73
Binary 1100001 1101010 11001011 110100 110000 0 10100 11101011 110010 111011

Color Harmonies of #616ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616ACB

Black with #616ACB

Text Example


Text Example

White with #616ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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