Html Css Color HEX #6475DD Royal Blue

📋 copy color: '#6475DD'

red 100 ◦ green 117 ◦ blue 221

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

Shades of Royal Blue #6475DD

Tints of Royal Blue #6475DD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.71%

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 22.83%
G = 26.71%
B = 50.46%

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

#6475DD (or 0x6475DD) is known color: Royal Blue. HEX triplet: 64, 75 and DD. RGB value is (100,117,221). Sum of RGB (Red+Green+Blue) = 100+117+221=438 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.83% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #6475DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6475DD is #9B8A22. Grayscale: #7B7B7B. Windows color (decimal): -10193443 or 14513508. OLE color: 14513508.

HSL color Cylindrical-coordinate representation of color #6475DD: hue angle of 231.57º degrees, saturation: 0.64, 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 #6475DD is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 117 221 -
CMYK 0.55 0.47 0 0.13
HSL 231.57º 0.64% 0.63% -
HSV(B) 231.57º 0.55% 0.87% -
XYZ 24.67 20.65 71.09 -
YUV 123.77 182.87 111.04 -
System Red Green Blue C M Y K H S L
Decimal 100 117 221 0.55 0.47 0 0.13 231.57 0.64 0.63
Hex 64 75 DD 37 2F 0 D E8 40 3F
Octal 144 165 335 67 57 0 15 350 100 77
Binary 1100100 1110101 11011101 110111 101111 0 1101 11101000 1000000 111111

Color Harmonies of #6475DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6475DD

Black with #6475DD

Text Example


Text Example

White with #6475DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6475DD; }

 p { color: rgb(100,117,221); }

 H1.HeaderClassName
 {
   color: #6475DD;
 }
 .AnyTagClassName
 {
   color: #6475DD;
 }
</style>

background-color css

<style>
 a { background-color: #6475DD; }

 a { background-color: rgb(100,117,221); }

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

border-color css

<style>
 span { border-color: #6475DD; }

 span { border-color: rgb(100,117,221); }

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