Html Css Color HEX #616ECB Chetwode Blue

📋 copy color: '#616ECB'

red 97 ◦ green 110 ◦ blue 203

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

Shades of Chetwode Blue #616ECB

Tints of Chetwode Blue #616ECB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.83%

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

R = 23.66%
G = 26.83%
B = 49.51%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#616ECB (or 0x616ECB) is known color: Chetwode Blue. HEX triplet: 61, 6E and CB. RGB value is (97,110,203). Sum of RGB (Red+Green+Blue) = 97+110+203=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #616ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616ECB is #9E9134. Grayscale: #747474. Windows color (decimal): -10391861 or 13332065. OLE color: 13332065.

HSL color Cylindrical-coordinate representation of color #616ECB: hue angle of 232.64º 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 #616ECB is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 110 203 -
CMYK 0.52 0.46 0 0.20
HSL 232.64º 0.5% 0.59% -
HSV(B) 232.64º 0.52% 0.8% -
XYZ 21.29 18.01 58.85 -
YUV 116.72 176.69 113.94 -
System Red Green Blue C M Y K H S L
Decimal 97 110 203 0.52 0.46 0 0.20 232.64 0.5 0.59
Hex 61 6E CB 34 2E 0 14 E9 32 3B
Octal 141 156 313 64 56 0 24 351 62 73
Binary 1100001 1101110 11001011 110100 101110 0 10100 11101001 110010 111011

Color Harmonies of #616ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616ECB

Black with #616ECB

Text Example


Text Example

White with #616ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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