Html Css Color HEX #606CFC Medium Slate Blue

📋 copy color: '#606CFC'

red 96 ◦ green 108 ◦ blue 252

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

Shades of Medium Slate Blue #606CFC

Tints of Medium Slate Blue #606CFC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.68%

 BLUE value IS 252 (98.83% from 255) = 55.26%

R = 21.05%
G = 23.68%
B = 55.26%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#606CFC (or 0x606CFC) is known color: Medium Slate Blue. HEX triplet: 60, 6C and FC. RGB value is (96,108,252). Sum of RGB (Red+Green+Blue) = 96+108+252=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #606CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606CFC is #9F9303. Grayscale: #787878. Windows color (decimal): -10457860 or 16542816. OLE color: 16542816.

HSL color Cylindrical-coordinate representation of color #606CFC: hue angle of 235.38º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #606CFC is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 108 252 -
CMYK 0.62 0.57 0 0.01
HSL 235.38º 0.96% 0.68% -
HSV(B) 235.38º 0.62% 0.99% -
XYZ 27.76 20.24 94.54 -
YUV 120.83 202.02 110.29 -
System Red Green Blue C M Y K H S L
Decimal 96 108 252 0.62 0.57 0 0.01 235.38 0.96 0.68
Hex 60 6C FC 3E 39 0 1 EB 60 44
Octal 140 154 374 76 71 0 1 353 140 104
Binary 1100000 1101100 11111100 111110 111001 0 1 11101011 1100000 1000100

Color Harmonies of #606CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606CFC

Black with #606CFC

Text Example


Text Example

White with #606CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,108,252); }

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

background-color css

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

 a { background-color: rgb(96,108,252); }

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

border-color css

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

 span { border-color: rgb(96,108,252); }

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