Html Css Color HEX #6174DF Royal Blue

📋 copy color: '#6174DF'

red 97 ◦ green 116 ◦ blue 223

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

Shades of Royal Blue #6174DF

Tints of Royal Blue #6174DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.15%

R = 22.25%
G = 26.61%
B = 51.15%

CMYK

 C value IS 0.57

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6174DF (or 0x6174DF) is known color: Royal Blue. HEX triplet: 61, 74 and DF. RGB value is (97,116,223). Sum of RGB (Red+Green+Blue) = 97+116+223=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #6174DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6174DF is #9E8B20. Grayscale: #7A7A7A. Windows color (decimal): -10390305 or 14644321. OLE color: 14644321.

HSL color Cylindrical-coordinate representation of color #6174DF: hue angle of 230.95º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6174DF is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 116 223 -
CMYK 0.57 0.48 0 0.13
HSL 230.95º 0.66% 0.63% -
HSV(B) 230.95º 0.57% 0.87% -
XYZ 24.49 20.36 72.45 -
YUV 122.52 184.71 109.8 -
System Red Green Blue C M Y K H S L
Decimal 97 116 223 0.57 0.48 0 0.13 230.95 0.66 0.63
Hex 61 74 DF 39 30 0 D E7 42 3F
Octal 141 164 337 71 60 0 15 347 102 77
Binary 1100001 1110100 11011111 111001 110000 0 1101 11100111 1000010 111111

Color Harmonies of #6174DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6174DF

Black with #6174DF

Text Example


Text Example

White with #6174DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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