Html Css Color HEX #6170BC Chetwode Blue

📋 copy color: '#6170BC'

red 97 ◦ green 112 ◦ blue 188

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

Shades of Chetwode Blue #6170BC

Tints of Chetwode Blue #6170BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 24.43%
G = 28.21%
B = 47.36%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6170BC (or 0x6170BC) is known color: Chetwode Blue. HEX triplet: 61, 70 and BC. RGB value is (97,112,188). Sum of RGB (Red+Green+Blue) = 97+112+188=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #6170BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6170BC is #9E8F43. Grayscale: #737373. Windows color (decimal): -10391364 or 12349537. OLE color: 12349537.

HSL color Cylindrical-coordinate representation of color #6170BC: hue angle of 230.11º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6170BC is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 112 188 -
CMYK 0.48 0.40 0 0.26
HSL 230.11º 0.4% 0.56% -
HSV(B) 230.11º 0.48% 0.74% -
XYZ 19.8 17.76 49.96 -
YUV 116.18 168.53 114.32 -
System Red Green Blue C M Y K H S L
Decimal 97 112 188 0.48 0.40 0 0.26 230.11 0.4 0.56
Hex 61 70 BC 30 28 0 1A E6 28 38
Octal 141 160 274 60 50 0 32 346 50 70
Binary 1100001 1110000 10111100 110000 101000 0 11010 11100110 101000 111000

Color Harmonies of #6170BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6170BC

Black with #6170BC

Text Example


Text Example

White with #6170BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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