Html Css Color HEX #6170CE Chetwode Blue

📋 copy color: '#6170CE'

red 97 ◦ green 112 ◦ blue 206

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

Shades of Chetwode Blue #6170CE

Tints of Chetwode Blue #6170CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.64%

R = 23.37%
G = 26.99%
B = 49.64%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6170CE (or 0x6170CE) is known color: Chetwode Blue. HEX triplet: 61, 70 and CE. RGB value is (97,112,206). Sum of RGB (Red+Green+Blue) = 97+112+206=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #6170CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6170CE is #9E8F31. Grayscale: #757575. Windows color (decimal): -10391346 or 13529185. OLE color: 13529185.

HSL color Cylindrical-coordinate representation of color #6170CE: hue angle of 231.74º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6170CE is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 112 206 -
CMYK 0.53 0.46 0 0.19
HSL 231.74º 0.53% 0.59% -
HSV(B) 231.74º 0.53% 0.81% -
XYZ 21.86 18.59 60.83 -
YUV 118.23 177.53 112.86 -
System Red Green Blue C M Y K H S L
Decimal 97 112 206 0.53 0.46 0 0.19 231.74 0.53 0.59
Hex 61 70 CE 35 2E 0 13 E8 35 3B
Octal 141 160 316 65 56 0 23 350 65 73
Binary 1100001 1110000 11001110 110101 101110 0 10011 11101000 110101 111011

Color Harmonies of #6170CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6170CE

Black with #6170CE

Text Example


Text Example

White with #6170CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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