Html Css Color HEX #6374AD Chetwode Blue

📋 copy color: '#6374AD'

red 99 ◦ green 116 ◦ blue 173

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

Shades of Chetwode Blue #6374AD

Tints of Chetwode Blue #6374AD

RGB

 RED value IS 99 (39.06% from 255) = 25.52%

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

 BLUE value IS 173 (67.97% from 255) = 44.59%

R = 25.52%
G = 29.9%
B = 44.59%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6374AD (or 0x6374AD) is known color: Chetwode Blue. HEX triplet: 63, 74 and AD. RGB value is (99,116,173). Sum of RGB (Red+Green+Blue) = 99+116+173=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #6374AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6374AD is #9C8B52. Grayscale: #757575. Windows color (decimal): -10259283 or 11367523. OLE color: 11367523.

HSL color Cylindrical-coordinate representation of color #6374AD: hue angle of 226.22º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6374AD is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 116 173 -
CMYK 0.43 0.33 0 0.32
HSL 226.22º 0.31% 0.53% -
HSV(B) 226.22º 0.43% 0.68% -
XYZ 18.93 18.16 42.04 -
YUV 117.42 159.37 114.87 -
System Red Green Blue C M Y K H S L
Decimal 99 116 173 0.43 0.33 0 0.32 226.22 0.31 0.53
Hex 63 74 AD 2B 21 0 20 E2 1F 35
Octal 143 164 255 53 41 0 40 342 37 65
Binary 1100011 1110100 10101101 101011 100001 0 100000 11100010 11111 110101

Color Harmonies of #6374AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6374AD

Black with #6374AD

Text Example


Text Example

White with #6374AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6374AD; }

 p { color: rgb(99,116,173); }

 H1.HeaderClassName
 {
   color: #6374AD;
 }
 .AnyTagClassName
 {
   color: #6374AD;
 }
</style>

background-color css

<style>
 a { background-color: #6374AD; }

 a { background-color: rgb(99,116,173); }

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

border-color css

<style>
 span { border-color: #6374AD; }

 span { border-color: rgb(99,116,173); }

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