Html Css Color HEX #6175CC Chetwode Blue

📋 copy color: '#6175CC'

red 97 ◦ green 117 ◦ blue 204

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

Shades of Chetwode Blue #6175CC

Tints of Chetwode Blue #6175CC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.99%

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

R = 23.21%
G = 27.99%
B = 48.8%

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

#6175CC (or 0x6175CC) is known color: Chetwode Blue. HEX triplet: 61, 75 and CC. RGB value is (97,117,204). Sum of RGB (Red+Green+Blue) = 97+117+204=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #6175CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6175CC is #9E8A33. Grayscale: #787878. Windows color (decimal): -10390068 or 13399393. OLE color: 13399393.

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

Color convert

RGB 97 117 204 -
CMYK 0.52 0.43 0 0.2
HSL 228.79º 0.51% 0.59% -
HSV(B) 228.79º 0.52% 0.8% -
XYZ 22.19 19.62 59.74 -
YUV 120.94 174.87 110.93 -
System Red Green Blue C M Y K H S L
Decimal 97 117 204 0.52 0.43 0 0.2 228.79 0.51 0.59
Hex 61 75 CC 34 2B 0 14 E5 33 3B
Octal 141 165 314 64 53 0 24 345 63 73
Binary 1100001 1110101 11001100 110100 101011 0 10100 11100101 110011 111011

Color Harmonies of #6175CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6175CC

Black with #6175CC

Text Example


Text Example

White with #6175CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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