Html Css Color HEX #6576DC Royal Blue

📋 copy color: '#6576DC'

red 101 ◦ green 118 ◦ blue 220

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

Shades of Royal Blue #6576DC

Tints of Royal Blue #6576DC

RGB

 RED value IS 101 (39.84% from 255) = 23.01%

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

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

R = 23.01%
G = 26.88%
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

#6576DC (or 0x6576DC) is known color: Royal Blue. HEX triplet: 65, 76 and DC. RGB value is (101,118,220). Sum of RGB (Red+Green+Blue) = 101+118+220=439 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.01% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #6576DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6576DC is #9A8923. Grayscale: #7C7C7C. Windows color (decimal): -10127652 or 14448229. OLE color: 14448229.

HSL color Cylindrical-coordinate representation of color #6576DC: hue angle of 231.43º degrees, saturation: 0.63, 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 #6576DC is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 118 220 -
CMYK 0.54 0.46 0 0.14
HSL 231.43º 0.63% 0.63% -
HSV(B) 231.43º 0.54% 0.86% -
XYZ 24.76 20.89 70.44 -
YUV 124.55 181.87 111.21 -
System Red Green Blue C M Y K H S L
Decimal 101 118 220 0.54 0.46 0 0.14 231.43 0.63 0.63
Hex 65 76 DC 36 2E 0 E E7 3F 3F
Octal 145 166 334 66 56 0 16 347 77 77
Binary 1100101 1110110 11011100 110110 101110 0 1110 11100111 111111 111111

Color Harmonies of #6576DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6576DC

Black with #6576DC

Text Example


Text Example

White with #6576DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,118,220); }

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

background-color css

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

 a { background-color: rgb(101,118,220); }

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

border-color css

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

 span { border-color: rgb(101,118,220); }

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