Html Css Color HEX #6474DE Royal Blue

📋 copy color: '#6474DE'

red 100 ◦ green 116 ◦ blue 222

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

Shades of Royal Blue #6474DE

Tints of Royal Blue #6474DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.68%

R = 22.83%
G = 26.48%
B = 50.68%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6474DE (or 0x6474DE) is known color: Royal Blue. HEX triplet: 64, 74 and DE. RGB value is (100,116,222). Sum of RGB (Red+Green+Blue) = 100+116+222=438 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.83% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #6474DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6474DE is #9B8B21. Grayscale: #7A7A7A. Windows color (decimal): -10193698 or 14578788. OLE color: 14578788.

HSL color Cylindrical-coordinate representation of color #6474DE: hue angle of 232.13º degrees, saturation: 0.65, 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 #6474DE is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 116 222 -
CMYK 0.55 0.48 0 0.13
HSL 232.13º 0.65% 0.63% -
HSV(B) 232.13º 0.55% 0.87% -
XYZ 24.69 20.47 71.76 -
YUV 123.3 183.7 111.38 -
System Red Green Blue C M Y K H S L
Decimal 100 116 222 0.55 0.48 0 0.13 232.13 0.65 0.63
Hex 64 74 DE 37 30 0 D E8 41 3F
Octal 144 164 336 67 60 0 15 350 101 77
Binary 1100100 1110100 11011110 110111 110000 0 1101 11101000 1000001 111111

Color Harmonies of #6474DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6474DE

Black with #6474DE

Text Example


Text Example

White with #6474DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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