Html Css Color HEX #616CC8 Chetwode Blue

📋 copy color: '#616CC8'

red 97 ◦ green 108 ◦ blue 200

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

Shades of Chetwode Blue #616CC8

Tints of Chetwode Blue #616CC8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.67%

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

R = 23.95%
G = 26.67%
B = 49.38%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#616CC8 (or 0x616CC8) is known color: Chetwode Blue. HEX triplet: 61, 6C and C8. RGB value is (97,108,200). Sum of RGB (Red+Green+Blue) = 97+108+200=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 200 (78.52% from 255 or 49.38% from 405); Max value from RGB is 200 - color contains mainly: blue. Hex color #616CC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616CC8 is #9E9337. Grayscale: #727272. Windows color (decimal): -10392376 or 13134945. OLE color: 13134945.

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

Color convert

RGB 97 108 200 -
CMYK 0.52 0.46 0 0.22
HSL 233.59º 0.48% 0.58% -
HSV(B) 233.59º 0.52% 0.78% -
XYZ 20.72 17.44 56.92 -
YUV 115.2 175.86 115.02 -
System Red Green Blue C M Y K H S L
Decimal 97 108 200 0.52 0.46 0 0.22 233.59 0.48 0.58
Hex 61 6C C8 34 2E 0 16 EA 30 3A
Octal 141 154 310 64 56 0 26 352 60 72
Binary 1100001 1101100 11001000 110100 101110 0 10110 11101010 110000 111010

Color Harmonies of #616CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616CC8

Black with #616CC8

Text Example


Text Example

White with #616CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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