Html Css Color HEX #6474B3 Chetwode Blue

📋 copy color: '#6474B3'

red 100 ◦ green 116 ◦ blue 179

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

Shades of Chetwode Blue #6474B3

Tints of Chetwode Blue #6474B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.32%

R = 25.32%
G = 29.37%
B = 45.32%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6474B3 (or 0x6474B3) is known color: Chetwode Blue. HEX triplet: 64, 74 and B3. RGB value is (100,116,179). Sum of RGB (Red+Green+Blue) = 100+116+179=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 179 (70.31% from 255 or 45.32% from 395); Max value from RGB is 179 - color contains mainly: blue. Hex color #6474B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6474B3 is #9B8B4C. Grayscale: #767676. Windows color (decimal): -10193741 or 11760740. OLE color: 11760740.

HSL color Cylindrical-coordinate representation of color #6474B3: hue angle of 227.85º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6474B3 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 100 116 179 -
CMYK 0.44 0.35 0 0.30
HSL 227.85º 0.34% 0.55% -
HSV(B) 227.85º 0.44% 0.7% -
XYZ 19.64 18.45 45.17 -
YUV 118.4 162.2 114.88 -
System Red Green Blue C M Y K H S L
Decimal 100 116 179 0.44 0.35 0 0.30 227.85 0.34 0.55
Hex 64 74 B3 2C 23 0 1E E4 22 37
Octal 144 164 263 54 43 0 36 344 42 67
Binary 1100100 1110100 10110011 101100 100011 0 11110 11100100 100010 110111

Color Harmonies of #6474B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6474B3

Black with #6474B3

Text Example


Text Example

White with #6474B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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