Html Css Color HEX #6174CC Chetwode Blue

📋 copy color: '#6174CC'

red 97 ◦ green 116 ◦ blue 204

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

Shades of Chetwode Blue #6174CC

Tints of Chetwode Blue #6174CC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.82%

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

R = 23.26%
G = 27.82%
B = 48.92%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6174CC (or 0x6174CC) is known color: Chetwode Blue. HEX triplet: 61, 74 and CC. RGB value is (97,116,204). Sum of RGB (Red+Green+Blue) = 97+116+204=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #6174CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6174CC is #9E8B33. Grayscale: #777777. Windows color (decimal): -10390324 or 13399137. OLE color: 13399137.

HSL color Cylindrical-coordinate representation of color #6174CC: hue angle of 229.35º 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 #6174CC is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 116 204 -
CMYK 0.52 0.43 0 0.2
HSL 229.35º 0.51% 0.59% -
HSV(B) 229.35º 0.52% 0.8% -
XYZ 22.07 19.39 59.71 -
YUV 120.35 175.21 111.34 -
System Red Green Blue C M Y K H S L
Decimal 97 116 204 0.52 0.43 0 0.2 229.35 0.51 0.59
Hex 61 74 CC 34 2B 0 14 E5 33 3B
Octal 141 164 314 64 53 0 24 345 63 73
Binary 1100001 1110100 11001100 110100 101011 0 10100 11100101 110011 111011

Color Harmonies of #6174CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6174CC

Black with #6174CC

Text Example


Text Example

White with #6174CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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