Html Css Color HEX #6174BD Chetwode Blue

📋 copy color: '#6174BD'

red 97 ◦ green 116 ◦ blue 189

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

Shades of Chetwode Blue #6174BD

Tints of Chetwode Blue #6174BD

RGB

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

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

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

R = 24.13%
G = 28.86%
B = 47.01%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6174BD (or 0x6174BD) is known color: Chetwode Blue. HEX triplet: 61, 74 and BD. RGB value is (97,116,189). Sum of RGB (Red+Green+Blue) = 97+116+189=402 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.13% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #6174BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6174BD is #9E8B42. Grayscale: #767676. Windows color (decimal): -10390339 or 12416097. OLE color: 12416097.

HSL color Cylindrical-coordinate representation of color #6174BD: hue angle of 227.61º 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 #6174BD is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 116 189 -
CMYK 0.49 0.39 0 0.26
HSL 227.61º 0.41% 0.56% -
HSV(B) 227.61º 0.49% 0.74% -
XYZ 20.36 18.71 50.68 -
YUV 118.64 167.71 112.56 -
System Red Green Blue C M Y K H S L
Decimal 97 116 189 0.49 0.39 0 0.26 227.61 0.41 0.56
Hex 61 74 BD 31 27 0 1A E4 29 38
Octal 141 164 275 61 47 0 32 344 51 70
Binary 1100001 1110100 10111101 110001 100111 0 11010 11100100 101001 111000

Color Harmonies of #6174BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6174BD

Black with #6174BD

Text Example


Text Example

White with #6174BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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