Html Css Color HEX #6174DC Royal Blue

📋 copy color: '#6174DC'

red 97 ◦ green 116 ◦ blue 220

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

Shades of Royal Blue #6174DC

Tints of Royal Blue #6174DC

RGB

 RED value IS 97 (38.28% from 255) = 22.4%

 GREEN value IS 116 (45.7% from 255) = 26.79%

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

R = 22.4%
G = 26.79%
B = 50.81%

CMYK

 C value IS 0.56

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6174DC (or 0x6174DC) is known color: Royal Blue. HEX triplet: 61, 74 and DC. RGB value is (97,116,220). Sum of RGB (Red+Green+Blue) = 97+116+220=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #6174DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6174DC is #9E8B23. Grayscale: #797979. Windows color (decimal): -10390308 or 14447713. OLE color: 14447713.

HSL color Cylindrical-coordinate representation of color #6174DC: hue angle of 230.73º 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 #6174DC is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 116 220 -
CMYK 0.56 0.47 0 0.14
HSL 230.73º 0.64% 0.62% -
HSV(B) 230.73º 0.56% 0.86% -
XYZ 24.09 20.2 70.34 -
YUV 122.18 183.21 110.04 -
System Red Green Blue C M Y K H S L
Decimal 97 116 220 0.56 0.47 0 0.14 230.73 0.64 0.62
Hex 61 74 DC 38 2F 0 E E7 40 3E
Octal 141 164 334 70 57 0 16 347 100 76
Binary 1100001 1110100 11011100 111000 101111 0 1110 11100111 1000000 111110

Color Harmonies of #6174DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6174DC

Black with #6174DC

Text Example


Text Example

White with #6174DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,116,220); }

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

background-color css

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

 a { background-color: rgb(97,116,220); }

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

border-color css

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

 span { border-color: rgb(97,116,220); }

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