Html Css Color HEX #6175BA Chetwode Blue

📋 copy color: '#6175BA'

red 97 ◦ green 117 ◦ blue 186

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

Shades of Chetwode Blue #6175BA

Tints of Chetwode Blue #6175BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.5%

R = 24.25%
G = 29.25%
B = 46.5%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6175BA (or 0x6175BA) is known color: Chetwode Blue. HEX triplet: 61, 75 and BA. RGB value is (97,117,186). Sum of RGB (Red+Green+Blue) = 97+117+186=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #6175BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6175BA is #9E8A45. Grayscale: #767676. Windows color (decimal): -10390086 or 12219745. OLE color: 12219745.

HSL color Cylindrical-coordinate representation of color #6175BA: hue angle of 226.52º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6175BA is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 117 186 -
CMYK 0.48 0.37 0 0.27
HSL 226.52º 0.39% 0.55% -
HSV(B) 226.52º 0.48% 0.73% -
XYZ 20.15 18.81 49.02 -
YUV 118.89 165.87 112.39 -
System Red Green Blue C M Y K H S L
Decimal 97 117 186 0.48 0.37 0 0.27 226.52 0.39 0.55
Hex 61 75 BA 30 25 0 1B E3 27 37
Octal 141 165 272 60 45 0 33 343 47 67
Binary 1100001 1110101 10111010 110000 100101 0 11011 11100011 100111 110111

Color Harmonies of #6175BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6175BA

Black with #6175BA

Text Example


Text Example

White with #6175BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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