Html Css Color HEX #6174C1 Chetwode Blue

📋 copy color: '#6174C1'

red 97 ◦ green 116 ◦ blue 193

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

Shades of Chetwode Blue #6174C1

Tints of Chetwode Blue #6174C1

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.57%

 BLUE value IS 193 (75.78% from 255) = 47.54%

R = 23.89%
G = 28.57%
B = 47.54%

CMYK

 C value IS 0.50

 M value IS 0.40

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6174C1 (or 0x6174C1) is known color: Chetwode Blue. HEX triplet: 61, 74 and C1. RGB value is (97,116,193). Sum of RGB (Red+Green+Blue) = 97+116+193=406 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.89% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #6174C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6174C1 is #9E8B3E. Grayscale: #767676. Windows color (decimal): -10390335 or 12678241. OLE color: 12678241.

HSL color Cylindrical-coordinate representation of color #6174C1: hue angle of 228.12º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6174C1 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 116 193 -
CMYK 0.50 0.40 0 0.24
HSL 228.13º 0.44% 0.57% -
HSV(B) 228.13º 0.5% 0.76% -
XYZ 20.8 18.88 53 -
YUV 119.1 169.71 112.24 -
System Red Green Blue C M Y K H S L
Decimal 97 116 193 0.50 0.40 0 0.24 228.13 0.44 0.57
Hex 61 74 C1 32 28 0 18 E4 2C 39
Octal 141 164 301 62 50 0 30 344 54 71
Binary 1100001 1110100 11000001 110010 101000 0 11000 11100100 101100 111001

Color Harmonies of #6174C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6174C1

Black with #6174C1

Text Example


Text Example

White with #6174C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6174C1; }

 p { color: rgb(97,116,193); }

 H1.HeaderClassName
 {
   color: #6174C1;
 }
 .AnyTagClassName
 {
   color: #6174C1;
 }
</style>

background-color css

<style>
 a { background-color: #6174C1; }

 a { background-color: rgb(97,116,193); }

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

border-color css

<style>
 span { border-color: #6174C1; }

 span { border-color: rgb(97,116,193); }

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