Html Css Color HEX #6172D1 Chetwode Blue

📋 copy color: '#6172D1'

red 97 ◦ green 114 ◦ blue 209

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

Shades of Chetwode Blue #6172D1

Tints of Chetwode Blue #6172D1

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.14%

 BLUE value IS 209 (82.03% from 255) = 49.76%

R = 23.1%
G = 27.14%
B = 49.76%

CMYK

 C value IS 0.54

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6172D1 (or 0x6172D1) is known color: Chetwode Blue. HEX triplet: 61, 72 and D1. RGB value is (97,114,209). Sum of RGB (Red+Green+Blue) = 97+114+209=420 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.10% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: blue. Hex color #6172D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6172D1 is #9E8D2E. Grayscale: #777777. Windows color (decimal): -10390831 or 13726305. OLE color: 13726305.

HSL color Cylindrical-coordinate representation of color #6172D1: hue angle of 230.89º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6172D1 is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 97 114 209 -
CMYK 0.54 0.45 0 0.18
HSL 230.89º 0.55% 0.6% -
HSV(B) 230.89º 0.54% 0.82% -
XYZ 22.46 19.18 62.84 -
YUV 119.75 178.37 111.78 -
System Red Green Blue C M Y K H S L
Decimal 97 114 209 0.54 0.45 0 0.18 230.89 0.55 0.6
Hex 61 72 D1 36 2D 0 12 E7 37 3C
Octal 141 162 321 66 55 0 22 347 67 74
Binary 1100001 1110010 11010001 110110 101101 0 10010 11100111 110111 111100

Color Harmonies of #6172D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6172D1

Black with #6172D1

Text Example


Text Example

White with #6172D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6172D1; }

 p { color: rgb(97,114,209); }

 H1.HeaderClassName
 {
   color: #6172D1;
 }
 .AnyTagClassName
 {
   color: #6172D1;
 }
</style>

background-color css

<style>
 a { background-color: #6172D1; }

 a { background-color: rgb(97,114,209); }

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

border-color css

<style>
 span { border-color: #6172D1; }

 span { border-color: rgb(97,114,209); }

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