Html Css Color HEX #606FDA Royal Blue

📋 copy color: '#606FDA'

red 96 ◦ green 111 ◦ blue 218

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

Shades of Royal Blue #606FDA

Tints of Royal Blue #606FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.29%

R = 22.59%
G = 26.12%
B = 51.29%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#606FDA (or 0x606FDA) is known color: Royal Blue. HEX triplet: 60, 6F and DA. RGB value is (96,111,218). Sum of RGB (Red+Green+Blue) = 96+111+218=425 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.59% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #606FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606FDA is #9F9025. Grayscale: #767676. Windows color (decimal): -10457126 or 14315360. OLE color: 14315360.

HSL color Cylindrical-coordinate representation of color #606FDA: hue angle of 232.62º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #606FDA is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 111 218 -
CMYK 0.56 0.49 0 0.15
HSL 232.62º 0.62% 0.62% -
HSV(B) 232.62º 0.56% 0.85% -
XYZ 23.16 18.92 68.76 -
YUV 118.71 184.03 111.8 -
System Red Green Blue C M Y K H S L
Decimal 96 111 218 0.56 0.49 0 0.15 232.62 0.62 0.62
Hex 60 6F DA 38 31 0 F E9 3E 3E
Octal 140 157 332 70 61 0 17 351 76 76
Binary 1100000 1101111 11011010 111000 110001 0 1111 11101001 111110 111110

Color Harmonies of #606FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606FDA

Black with #606FDA

Text Example


Text Example

White with #606FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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