Html Css Color HEX #606FE1 Royal Blue

📋 copy color: '#606FE1'

red 96 ◦ green 111 ◦ blue 225

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

Shades of Royal Blue #606FE1

Tints of Royal Blue #606FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 52.08%

R = 22.22%
G = 25.69%
B = 52.08%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#606FE1 (or 0x606FE1) is known color: Royal Blue. HEX triplet: 60, 6F and E1. RGB value is (96,111,225). Sum of RGB (Red+Green+Blue) = 96+111+225=432 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.22% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 225 (88.28% from 255 or 52.08% from 432); Max value from RGB is 225 - color contains mainly: blue. Hex color #606FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606FE1 is #9F901E. Grayscale: #777777. Windows color (decimal): -10457119 or 14774112. OLE color: 14774112.

HSL color Cylindrical-coordinate representation of color #606FE1: hue angle of 233.02º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #606FE1 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 96 111 225 -
CMYK 0.57 0.51 0 0.12
HSL 233.02º 0.68% 0.63% -
HSV(B) 233.02º 0.57% 0.88% -
XYZ 24.1 19.29 73.69 -
YUV 119.51 187.53 111.23 -
System Red Green Blue C M Y K H S L
Decimal 96 111 225 0.57 0.51 0 0.12 233.02 0.68 0.63
Hex 60 6F E1 39 33 0 C E9 44 3F
Octal 140 157 341 71 63 0 14 351 104 77
Binary 1100000 1101111 11100001 111001 110011 0 1100 11101001 1000100 111111

Color Harmonies of #606FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606FE1

Black with #606FE1

Text Example


Text Example

White with #606FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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