#6175DE

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

Shades of Royal Blue #6175DE

Tints of Royal Blue #6175DE

Color information

#6175DE (or 0x6175DE) is unknown color: approx Royal Blue. HEX triplet: 61, 75 and DE. RGB value is (97,117,222). Sum of RGB (Red+Green+Blue) = 97+117+222=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #6175DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6175DE is #9E8A21. Grayscale: #7A7A7A. Windows color (decimal): -10390050 or 14579041. OLE color: 14579041.

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

Color convert

RGB97117222-
CMYK0.560.4700.13
HSL230.4º65.45%62.55%-
HSV(B)230.4º56.31%87.06%-
XYZ24.4820.5471.78-
YUV122.99183.87109.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.25%
GREEN value IS 117 (46.09% from 255) = 26.83%
BLUE value IS 222 (87.11% from 255) = 50.92%
R=22.25%
G=26.83%
B=50.92%

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
Decimal971172220.560.4700.13230.465.4562.55
Hex6175DE382F0De6413f
Octal141165336705701534610177
Binary110000111101011101111011100010111101101111001101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6175DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,117,222); }

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

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

 a { background-color: rgb(97,117,222); }

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

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

 span { border-color: rgb(97,117,222); }

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