Html Css Color HEX #616BC4 Chetwode Blue

📋 copy color: '#616BC4'

red 97 ◦ green 107 ◦ blue 196

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

Shades of Chetwode Blue #616BC4

Tints of Chetwode Blue #616BC4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.75%

 BLUE value IS 196 (76.95% from 255) = 49%

R = 24.25%
G = 26.75%
B = 49%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#616BC4 (or 0x616BC4) is known color: Chetwode Blue. HEX triplet: 61, 6B and C4. RGB value is (97,107,196). Sum of RGB (Red+Green+Blue) = 97+107+196=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 196 (76.95% from 255 or 49% from 400); Max value from RGB is 196 - color contains mainly: blue. Hex color #616BC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616BC4 is #9E943B. Grayscale: #717171. Windows color (decimal): -10392636 or 12872545. OLE color: 12872545.

HSL color Cylindrical-coordinate representation of color #616BC4: hue angle of 233.94º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #616BC4 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 97 107 196 -
CMYK 0.51 0.45 0 0.23
HSL 233.94º 0.46% 0.57% -
HSV(B) 233.94º 0.51% 0.77% -
XYZ 20.15 17.04 54.45 -
YUV 114.16 174.19 115.76 -
System Red Green Blue C M Y K H S L
Decimal 97 107 196 0.51 0.45 0 0.23 233.94 0.46 0.57
Hex 61 6B C4 33 2D 0 17 EA 2E 39
Octal 141 153 304 63 55 0 27 352 56 71
Binary 1100001 1101011 11000100 110011 101101 0 10111 11101010 101110 111001

Color Harmonies of #616BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616BC4

Black with #616BC4

Text Example


Text Example

White with #616BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,107,196); }

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

background-color css

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

 a { background-color: rgb(97,107,196); }

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

border-color css

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

 span { border-color: rgb(97,107,196); }

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