Html Css Color HEX #616FCA Chetwode Blue

📋 copy color: '#616FCA'

red 97 ◦ green 111 ◦ blue 202

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

Shades of Chetwode Blue #616FCA

Tints of Chetwode Blue #616FCA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.07%

 BLUE value IS 202 (79.3% from 255) = 49.27%

R = 23.66%
G = 27.07%
B = 49.27%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#616FCA (or 0x616FCA) is known color: Chetwode Blue. HEX triplet: 61, 6F and CA. RGB value is (97,111,202). Sum of RGB (Red+Green+Blue) = 97+111+202=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #616FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616FCA is #9E9035. Grayscale: #747474. Windows color (decimal): -10391606 or 13266785. OLE color: 13266785.

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

Color convert

RGB 97 111 202 -
CMYK 0.52 0.45 0 0.21
HSL 232º 0.5% 0.59% -
HSV(B) 232º 0.52% 0.79% -
XYZ 21.27 18.17 58.26 -
YUV 117.19 175.86 113.6 -
System Red Green Blue C M Y K H S L
Decimal 97 111 202 0.52 0.45 0 0.21 232 0.5 0.59
Hex 61 6F CA 34 2D 0 15 E8 32 3B
Octal 141 157 312 64 55 0 25 350 62 73
Binary 1100001 1101111 11001010 110100 101101 0 10101 11101000 110010 111011

Color Harmonies of #616FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616FCA

Black with #616FCA

Text Example


Text Example

White with #616FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,111,202); }

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

background-color css

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

 a { background-color: rgb(97,111,202); }

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

border-color css

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

 span { border-color: rgb(97,111,202); }

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