Html Css Color HEX #6076DC Royal Blue

📋 copy color: '#6076DC'

red 96 ◦ green 118 ◦ blue 220

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

Shades of Royal Blue #6076DC

Tints of Royal Blue #6076DC

RGB

 RED value IS 96 (37.89% from 255) = 22.12%

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

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

R = 22.12%
G = 27.19%
B = 50.69%

CMYK

 C value IS 0.56

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6076DC (or 0x6076DC) is known color: Royal Blue. HEX triplet: 60, 76 and DC. RGB value is (96,118,220). Sum of RGB (Red+Green+Blue) = 96+118+220=434 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.12% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #6076DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6076DC is #9F8923. Grayscale: #7A7A7A. Windows color (decimal): -10455332 or 14448224. OLE color: 14448224.

HSL color Cylindrical-coordinate representation of color #6076DC: hue angle of 229.35º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6076DC is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 118 220 -
CMYK 0.56 0.46 0 0.14
HSL 229.35º 0.64% 0.62% -
HSV(B) 229.35º 0.56% 0.86% -
XYZ 24.22 20.61 70.41 -
YUV 123.05 182.71 108.71 -
System Red Green Blue C M Y K H S L
Decimal 96 118 220 0.56 0.46 0 0.14 229.35 0.64 0.62
Hex 60 76 DC 38 2E 0 E E5 40 3E
Octal 140 166 334 70 56 0 16 345 100 76
Binary 1100000 1110110 11011100 111000 101110 0 1110 11100101 1000000 111110

Color Harmonies of #6076DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6076DC

Black with #6076DC

Text Example


Text Example

White with #6076DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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