Html Css Color HEX #6476DB Royal Blue

📋 copy color: '#6476DB'

red 100 ◦ green 118 ◦ blue 219

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

Shades of Royal Blue #6476DB

Tints of Royal Blue #6476DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27%

 BLUE value IS 219 (85.94% from 255) = 50.11%

R = 22.88%
G = 27%
B = 50.11%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6476DB (or 0x6476DB) is known color: Royal Blue. HEX triplet: 64, 76 and DB. RGB value is (100,118,219). Sum of RGB (Red+Green+Blue) = 100+118+219=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #6476DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6476DB is #9B8924. Grayscale: #7B7B7B. Windows color (decimal): -10193189 or 14382692. OLE color: 14382692.

HSL color Cylindrical-coordinate representation of color #6476DB: hue angle of 230.92º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6476DB is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 118 219 -
CMYK 0.54 0.46 0 0.14
HSL 230.92º 0.62% 0.63% -
HSV(B) 230.92º 0.54% 0.86% -
XYZ 24.52 20.78 69.74 -
YUV 124.13 181.54 110.79 -
System Red Green Blue C M Y K H S L
Decimal 100 118 219 0.54 0.46 0 0.14 230.92 0.62 0.63
Hex 64 76 DB 36 2E 0 E E7 3E 3F
Octal 144 166 333 66 56 0 16 347 76 77
Binary 1100100 1110110 11011011 110110 101110 0 1110 11100111 111110 111111

Color Harmonies of #6476DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6476DB

Black with #6476DB

Text Example


Text Example

White with #6476DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6476DB; }

 p { color: rgb(100,118,219); }

 H1.HeaderClassName
 {
   color: #6476DB;
 }
 .AnyTagClassName
 {
   color: #6476DB;
 }
</style>

background-color css

<style>
 a { background-color: #6476DB; }

 a { background-color: rgb(100,118,219); }

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

border-color css

<style>
 span { border-color: #6476DB; }

 span { border-color: rgb(100,118,219); }

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