Html Css Color HEX #6172BD Chetwode Blue

📋 copy color: '#6172BD'

red 97 ◦ green 114 ◦ blue 189

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

Shades of Chetwode Blue #6172BD

Tints of Chetwode Blue #6172BD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.5%

 BLUE value IS 189 (74.22% from 255) = 47.25%

R = 24.25%
G = 28.5%
B = 47.25%

CMYK

 C value IS 0.49

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6172BD (or 0x6172BD) is known color: Chetwode Blue. HEX triplet: 61, 72 and BD. RGB value is (97,114,189). Sum of RGB (Red+Green+Blue) = 97+114+189=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #6172BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6172BD is #9E8D42. Grayscale: #757575. Windows color (decimal): -10390851 or 12415585. OLE color: 12415585.

HSL color Cylindrical-coordinate representation of color #6172BD: hue angle of 228.91º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6172BD is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 114 189 -
CMYK 0.49 0.40 0 0.26
HSL 228.91º 0.41% 0.56% -
HSV(B) 228.91º 0.49% 0.74% -
XYZ 20.13 18.25 50.61 -
YUV 117.47 168.37 113.4 -
System Red Green Blue C M Y K H S L
Decimal 97 114 189 0.49 0.40 0 0.26 228.91 0.41 0.56
Hex 61 72 BD 31 28 0 1A E5 29 38
Octal 141 162 275 61 50 0 32 345 51 70
Binary 1100001 1110010 10111101 110001 101000 0 11010 11100101 101001 111000

Color Harmonies of #6172BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6172BD

Black with #6172BD

Text Example


Text Example

White with #6172BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6172BD; }

 p { color: rgb(97,114,189); }

 H1.HeaderClassName
 {
   color: #6172BD;
 }
 .AnyTagClassName
 {
   color: #6172BD;
 }
</style>

background-color css

<style>
 a { background-color: #6172BD; }

 a { background-color: rgb(97,114,189); }

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

border-color css

<style>
 span { border-color: #6172BD; }

 span { border-color: rgb(97,114,189); }

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