Html Css Color HEX #6474DC Royal Blue

📋 copy color: '#6474DC'

red 100 ◦ green 116 ◦ blue 220

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

Shades of Royal Blue #6474DC

Tints of Royal Blue #6474DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.46%

R = 22.94%
G = 26.61%
B = 50.46%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6474DC (or 0x6474DC) is known color: Royal Blue. HEX triplet: 64, 74 and DC. RGB value is (100,116,220). Sum of RGB (Red+Green+Blue) = 100+116+220=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #6474DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6474DC is #9B8B23. Grayscale: #7A7A7A. Windows color (decimal): -10193700 or 14447716. OLE color: 14447716.

HSL color Cylindrical-coordinate representation of color #6474DC: hue angle of 232º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6474DC is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 116 220 -
CMYK 0.55 0.47 0 0.14
HSL 232º 0.63% 0.63% -
HSV(B) 232º 0.55% 0.86% -
XYZ 24.42 20.37 70.35 -
YUV 123.07 182.7 111.54 -
System Red Green Blue C M Y K H S L
Decimal 100 116 220 0.55 0.47 0 0.14 232 0.63 0.63
Hex 64 74 DC 37 2F 0 E E8 3F 3F
Octal 144 164 334 67 57 0 16 350 77 77
Binary 1100100 1110100 11011100 110111 101111 0 1110 11101000 111111 111111

Color Harmonies of #6474DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6474DC

Black with #6474DC

Text Example


Text Example

White with #6474DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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