Html Css Color HEX #6670FC Medium Slate Blue

📋 copy color: '#6670FC'

red 102 ◦ green 112 ◦ blue 252

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

Shades of Medium Slate Blue #6670FC

Tints of Medium Slate Blue #6670FC

RGB

 RED value IS 102 (40.23% from 255) = 21.89%

 GREEN value IS 112 (44.14% from 255) = 24.03%

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

R = 21.89%
G = 24.03%
B = 54.08%

CMYK

 C value IS 0.60

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6670FC (or 0x6670FC) is known color: Medium Slate Blue. HEX triplet: 66, 70 and FC. RGB value is (102,112,252). Sum of RGB (Red+Green+Blue) = 102+112+252=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #6670FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6670FC is #998F03. Grayscale: #7C7C7C. Windows color (decimal): -10063620 or 16543846. OLE color: 16543846.

HSL color Cylindrical-coordinate representation of color #6670FC: hue angle of 236º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6670FC is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 112 252 -
CMYK 0.60 0.56 0 0.01
HSL 236º 0.96% 0.69% -
HSV(B) 236º 0.6% 0.99% -
XYZ 28.84 21.44 94.71 -
YUV 124.97 199.69 111.62 -
System Red Green Blue C M Y K H S L
Decimal 102 112 252 0.60 0.56 0 0.01 236 0.96 0.69
Hex 66 70 FC 3C 38 0 1 EC 60 45
Octal 146 160 374 74 70 0 1 354 140 105
Binary 1100110 1110000 11111100 111100 111000 0 1 11101100 1100000 1000101

Color Harmonies of #6670FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6670FC

Black with #6670FC

Text Example


Text Example

White with #6670FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6670FC; }

 p { color: rgb(102,112,252); }

 H1.HeaderClassName
 {
   color: #6670FC;
 }
 .AnyTagClassName
 {
   color: #6670FC;
 }
</style>

background-color css

<style>
 a { background-color: #6670FC; }

 a { background-color: rgb(102,112,252); }

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

border-color css

<style>
 span { border-color: #6670FC; }

 span { border-color: rgb(102,112,252); }

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