Html Css Color HEX #606FDF Royal Blue

📋 copy color: '#606FDF'

red 96 ◦ green 111 ◦ blue 223

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

Shades of Royal Blue #606FDF

Tints of Royal Blue #606FDF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.81%

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

R = 22.33%
G = 25.81%
B = 51.86%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#606FDF (or 0x606FDF) is known color: Royal Blue. HEX triplet: 60, 6F and DF. RGB value is (96,111,223). Sum of RGB (Red+Green+Blue) = 96+111+223=430 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.33% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #606FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606FDF is #9F9020. Grayscale: #767676. Windows color (decimal): -10457121 or 14643040. OLE color: 14643040.

HSL color Cylindrical-coordinate representation of color #606FDF: hue angle of 232.91º 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 #606FDF is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 111 223 -
CMYK 0.57 0.50 0 0.13
HSL 232.91º 0.66% 0.63% -
HSV(B) 232.91º 0.57% 0.87% -
XYZ 23.83 19.18 72.26 -
YUV 119.28 186.53 111.39 -
System Red Green Blue C M Y K H S L
Decimal 96 111 223 0.57 0.50 0 0.13 232.91 0.66 0.63
Hex 60 6F DF 39 32 0 D E9 42 3F
Octal 140 157 337 71 62 0 15 351 102 77
Binary 1100000 1101111 11011111 111001 110010 0 1101 11101001 1000010 111111

Color Harmonies of #606FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606FDF

Black with #606FDF

Text Example


Text Example

White with #606FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606FDF; }

 p { color: rgb(96,111,223); }

 H1.HeaderClassName
 {
   color: #606FDF;
 }
 .AnyTagClassName
 {
   color: #606FDF;
 }
</style>

background-color css

<style>
 a { background-color: #606FDF; }

 a { background-color: rgb(96,111,223); }

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

border-color css

<style>
 span { border-color: #606FDF; }

 span { border-color: rgb(96,111,223); }

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