Html Css Color HEX #6170CA Chetwode Blue

📋 copy color: '#6170CA'

red 97 ◦ green 112 ◦ blue 202

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

Shades of Chetwode Blue #6170CA

Tints of Chetwode Blue #6170CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.15%

R = 23.6%
G = 27.25%
B = 49.15%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6170CA (or 0x6170CA) is known color: Chetwode Blue. HEX triplet: 61, 70 and CA. RGB value is (97,112,202). Sum of RGB (Red+Green+Blue) = 97+112+202=411 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.60% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #6170CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6170CA is #9E8F35. Grayscale: #757575. Windows color (decimal): -10391350 or 13267041. OLE color: 13267041.

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

Color convert

RGB 97 112 202 -
CMYK 0.52 0.45 0 0.21
HSL 231.43º 0.5% 0.59% -
HSV(B) 231.43º 0.52% 0.79% -
XYZ 21.38 18.39 58.3 -
YUV 117.78 175.53 113.18 -
System Red Green Blue C M Y K H S L
Decimal 97 112 202 0.52 0.45 0 0.21 231.43 0.5 0.59
Hex 61 70 CA 34 2D 0 15 E7 32 3B
Octal 141 160 312 64 55 0 25 347 62 73
Binary 1100001 1110000 11001010 110100 101101 0 10101 11100111 110010 111011

Color Harmonies of #6170CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6170CA

Black with #6170CA

Text Example


Text Example

White with #6170CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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