Html Css Color HEX #6476DF Royal Blue

📋 copy color: '#6476DF'

red 100 ◦ green 118 ◦ blue 223

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

Shades of Royal Blue #6476DF

Tints of Royal Blue #6476DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.57%

R = 22.68%
G = 26.76%
B = 50.57%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6476DF (or 0x6476DF) is known color: Royal Blue. HEX triplet: 64, 76 and DF. RGB value is (100,118,223). Sum of RGB (Red+Green+Blue) = 100+118+223=441 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.68% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #6476DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6476DF is #9B8920. Grayscale: #7C7C7C. Windows color (decimal): -10193185 or 14644836. OLE color: 14644836.

HSL color Cylindrical-coordinate representation of color #6476DF: hue angle of 231.22º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6476DF is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 118 223 -
CMYK 0.55 0.47 0 0.13
HSL 231.22º 0.66% 0.63% -
HSV(B) 231.22º 0.55% 0.87% -
XYZ 25.05 20.99 72.54 -
YUV 124.59 183.54 110.46 -
System Red Green Blue C M Y K H S L
Decimal 100 118 223 0.55 0.47 0 0.13 231.22 0.66 0.63
Hex 64 76 DF 37 2F 0 D E7 42 3F
Octal 144 166 337 67 57 0 15 347 102 77
Binary 1100100 1110110 11011111 110111 101111 0 1101 11100111 1000010 111111

Color Harmonies of #6476DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6476DF

Black with #6476DF

Text Example


Text Example

White with #6476DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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