Html Css Color HEX #6170D5 Chetwode Blue

📋 copy color: '#6170D5'

red 97 ◦ green 112 ◦ blue 213

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

Shades of Chetwode Blue #6170D5

Tints of Chetwode Blue #6170D5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.54%

 BLUE value IS 213 (83.59% from 255) = 50.47%

R = 22.99%
G = 26.54%
B = 50.47%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6170D5 (or 0x6170D5) is known color: Chetwode Blue. HEX triplet: 61, 70 and D5. RGB value is (97,112,213). Sum of RGB (Red+Green+Blue) = 97+112+213=422 (55% of max value = 765). Red value is 97 (38.28% from 255 or 22.99% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 213 (83.59% from 255 or 50.47% from 422); Max value from RGB is 213 - color contains mainly: blue. Hex color #6170D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6170D5 is #9E8F2A. Grayscale: #767676. Windows color (decimal): -10391339 or 13987937. OLE color: 13987937.

HSL color Cylindrical-coordinate representation of color #6170D5: hue angle of 232.24º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6170D5 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 112 213 -
CMYK 0.54 0.47 0 0.16
HSL 232.24º 0.58% 0.61% -
HSV(B) 232.24º 0.54% 0.84% -
XYZ 22.73 18.93 65.41 -
YUV 119.03 181.03 112.29 -
System Red Green Blue C M Y K H S L
Decimal 97 112 213 0.54 0.47 0 0.16 232.24 0.58 0.61
Hex 61 70 D5 36 2F 0 10 E8 3A 3D
Octal 141 160 325 66 57 0 20 350 72 75
Binary 1100001 1110000 11010101 110110 101111 0 10000 11101000 111010 111101

Color Harmonies of #6170D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6170D5

Black with #6170D5

Text Example


Text Example

White with #6170D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6170D5; }

 p { color: rgb(97,112,213); }

 H1.HeaderClassName
 {
   color: #6170D5;
 }
 .AnyTagClassName
 {
   color: #6170D5;
 }
</style>

background-color css

<style>
 a { background-color: #6170D5; }

 a { background-color: rgb(97,112,213); }

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

border-color css

<style>
 span { border-color: #6170D5; }

 span { border-color: rgb(97,112,213); }

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