Html Css Color HEX #6170CC Chetwode Blue

📋 copy color: '#6170CC'

red 97 ◦ green 112 ◦ blue 204

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

Shades of Chetwode Blue #6170CC

Tints of Chetwode Blue #6170CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.39%

R = 23.49%
G = 27.12%
B = 49.39%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6170CC (or 0x6170CC) is known color: Chetwode Blue. HEX triplet: 61, 70 and CC. RGB value is (97,112,204). Sum of RGB (Red+Green+Blue) = 97+112+204=413 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.49% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #6170CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6170CC is #9E8F33. Grayscale: #757575. Windows color (decimal): -10391348 or 13398113. OLE color: 13398113.

HSL color Cylindrical-coordinate representation of color #6170CC: hue angle of 231.59º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6170CC is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 112 204 -
CMYK 0.52 0.45 0 0.2
HSL 231.59º 0.51% 0.59% -
HSV(B) 231.59º 0.52% 0.8% -
XYZ 21.62 18.49 59.56 -
YUV 118 176.53 113.02 -
System Red Green Blue C M Y K H S L
Decimal 97 112 204 0.52 0.45 0 0.2 231.59 0.51 0.59
Hex 61 70 CC 34 2D 0 14 E8 33 3B
Octal 141 160 314 64 55 0 24 350 63 73
Binary 1100001 1110000 11001100 110100 101101 0 10100 11101000 110011 111011

Color Harmonies of #6170CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6170CC

Black with #6170CC

Text Example


Text Example

White with #6170CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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