Html Css Color HEX #6474AB Chetwode Blue

📋 copy color: '#6474AB'

red 100 ◦ green 116 ◦ blue 171

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

Shades of Chetwode Blue #6474AB

Tints of Chetwode Blue #6474AB

RGB

 RED value IS 100 (39.45% from 255) = 25.84%

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

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

R = 25.84%
G = 29.97%
B = 44.19%

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

#6474AB (or 0x6474AB) is known color: Chetwode Blue. HEX triplet: 64, 74 and AB. RGB value is (100,116,171). Sum of RGB (Red+Green+Blue) = 100+116+171=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #6474AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6474AB is #9B8B54. Grayscale: #757575. Windows color (decimal): -10193749 or 11236452. OLE color: 11236452.

HSL color Cylindrical-coordinate representation of color #6474AB: hue angle of 226.48º 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 #6474AB is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 116 171 -
CMYK 0.42 0.32 0 0.33
HSL 226.48º 0.3% 0.53% -
HSV(B) 226.48º 0.42% 0.67% -
XYZ 18.85 18.14 41.04 -
YUV 117.49 158.2 115.53 -
System Red Green Blue C M Y K H S L
Decimal 100 116 171 0.42 0.32 0 0.33 226.48 0.3 0.53
Hex 64 74 AB 2A 20 0 21 E2 1E 35
Octal 144 164 253 52 40 0 41 342 36 65
Binary 1100100 1110100 10101011 101010 100000 0 100001 11100010 11110 110101

Color Harmonies of #6474AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6474AB

Black with #6474AB

Text Example


Text Example

White with #6474AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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