Html Css Color HEX #606EE6 Royal Blue

📋 copy color: '#606EE6'

red 96 ◦ green 110 ◦ blue 230

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

Shades of Royal Blue #606EE6

Tints of Royal Blue #606EE6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.23%

 BLUE value IS 230 (90.23% from 255) = 52.75%

R = 22.02%
G = 25.23%
B = 52.75%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#606EE6 (or 0x606EE6) is known color: Royal Blue. HEX triplet: 60, 6E and E6. RGB value is (96,110,230). Sum of RGB (Red+Green+Blue) = 96+110+230=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 230 (90.23% from 255 or 52.75% from 436); Max value from RGB is 230 - color contains mainly: blue. Hex color #606EE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606EE6 is #9F9119. Grayscale: #767676. Windows color (decimal): -10457370 or 15101536. OLE color: 15101536.

HSL color Cylindrical-coordinate representation of color #606EE6: hue angle of 233.73º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #606EE6 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 96 110 230 -
CMYK 0.58 0.52 0 0.10
HSL 233.73º 0.73% 0.64% -
HSV(B) 233.73º 0.58% 0.9% -
XYZ 24.68 19.35 77.3 -
YUV 119.49 190.36 111.24 -
System Red Green Blue C M Y K H S L
Decimal 96 110 230 0.58 0.52 0 0.10 233.73 0.73 0.64
Hex 60 6E E6 3A 34 0 A EA 49 40
Octal 140 156 346 72 64 0 12 352 111 100
Binary 1100000 1101110 11100110 111010 110100 0 1010 11101010 1001001 1000000

Color Harmonies of #606EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606EE6

Black with #606EE6

Text Example


Text Example

White with #606EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,110,230); }

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

background-color css

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

 a { background-color: rgb(96,110,230); }

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

border-color css

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

 span { border-color: rgb(96,110,230); }

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