Html Css Color HEX #606EE7 Royal Blue

📋 copy color: '#606EE7'

red 96 ◦ green 110 ◦ blue 231

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

Shades of Royal Blue #606EE7

Tints of Royal Blue #606EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 52.86%

R = 21.97%
G = 25.17%
B = 52.86%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#606EE7 (or 0x606EE7) is known color: Royal Blue. HEX triplet: 60, 6E and E7. RGB value is (96,110,231). Sum of RGB (Red+Green+Blue) = 96+110+231=437 (57% of max value = 765). Red value is 96 (37.89% from 255 or 21.97% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 231 (90.62% from 255 or 52.86% from 437); Max value from RGB is 231 - color contains mainly: blue. Hex color #606EE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606EE7 is #9F9118. Grayscale: #777777. Windows color (decimal): -10457369 or 15167072. OLE color: 15167072.

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

Color convert

RGB 96 110 231 -
CMYK 0.58 0.52 0 0.09
HSL 233.78º 0.74% 0.64% -
HSV(B) 233.78º 0.58% 0.91% -
XYZ 24.82 19.41 78.04 -
YUV 119.61 190.86 111.16 -
System Red Green Blue C M Y K H S L
Decimal 96 110 231 0.58 0.52 0 0.09 233.78 0.74 0.64
Hex 60 6E E7 3A 34 0 9 EA 4A 40
Octal 140 156 347 72 64 0 11 352 112 100
Binary 1100000 1101110 11100111 111010 110100 0 1001 11101010 1001010 1000000

Color Harmonies of #606EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606EE7

Black with #606EE7

Text Example


Text Example

White with #606EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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