Html Css Color HEX #6374AB Chetwode Blue

📋 copy color: '#6374AB'

red 99 ◦ green 116 ◦ blue 171

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

Shades of Chetwode Blue #6374AB

Tints of Chetwode Blue #6374AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.3%

R = 25.65%
G = 30.05%
B = 44.3%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6374AB (or 0x6374AB) is known color: Chetwode Blue. HEX triplet: 63, 74 and AB. RGB value is (99,116,171). Sum of RGB (Red+Green+Blue) = 99+116+171=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #6374AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6374AB is #9C8B54. Grayscale: #747474. Windows color (decimal): -10259285 or 11236451. OLE color: 11236451.

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

Color convert

RGB 99 116 171 -
CMYK 0.42 0.32 0 0.33
HSL 225.83º 0.3% 0.53% -
HSV(B) 225.83º 0.42% 0.67% -
XYZ 18.74 18.08 41.03 -
YUV 117.19 158.37 115.03 -
System Red Green Blue C M Y K H S L
Decimal 99 116 171 0.42 0.32 0 0.33 225.83 0.3 0.53
Hex 63 74 AB 2A 20 0 21 E2 1E 35
Octal 143 164 253 52 40 0 41 342 36 65
Binary 1100011 1110100 10101011 101010 100000 0 100001 11100010 11110 110101

Color Harmonies of #6374AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6374AB

Black with #6374AB

Text Example


Text Example

White with #6374AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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