#6276dd

Color #6276DD Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #6276DD

Tints of Royal Blue #6276DD

Color information

#6276DD (or 0x6276DD) is unknown color: approx Royal Blue. HEX triplet: 62, 76 and DD. RGB value is (98,118,221). Sum of RGB (Red+Green+Blue) = 98+118+221=437 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.43% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #6276DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6276DD is #9D8922. Grayscale: #7B7B7B. Windows color (decimal): -10324259 or 14513762. OLE color: 14513762.

HSL color Cylindrical-coordinate representation of color #6276DD: hue angle of 230.24º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6276DD is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB98118221-
CMYK0.560.4700.13
HSL230.24º64.4%62.55%-
HSV(B)230.24º55.66%86.67%-
XYZ24.5720.7771.12-
YUV123.76182.87109.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.43%
GREEN value IS 118 (46.48% from 255) = 27.00%
BLUE value IS 221 (86.72% from 255) = 50.57%
R=22.43%
G=27.00%
B=50.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal981182210.560.4700.13230.2464.462.55
Hex6276DD382F0De6403f
Octal142166335705701534610077
Binary110001011101101101110111100010111101101111001101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6276dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6276dd; }

 p { color: rgb(98,118,221); }

 H1.HeaderClassName
 {
   color: #6276dd;
 }
 .AnyTagClassName
 {
   color: #6276dd;
 }
</style>
background-color css

<style>
 a { background-color: #6276dd; }

 a { background-color: rgb(98,118,221); }

 div.DivClassName
 {
   background-color: #6276dd;
 }
 .BgClassName
 {
   background-color: #6276dd;
 }
</style>
border-color css

<style>
 span { border-color: #6276dd; }

 span { border-color: rgb(98,118,221); }

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