Html Css Color HEX #6670EA Medium Slate Blue

📋 copy color: '#6670EA'

red 102 ◦ green 112 ◦ blue 234

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

Shades of Medium Slate Blue #6670EA

Tints of Medium Slate Blue #6670EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.23%

R = 22.77%
G = 25%
B = 52.23%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6670EA (or 0x6670EA) is known color: Medium Slate Blue. HEX triplet: 66, 70 and EA. RGB value is (102,112,234). Sum of RGB (Red+Green+Blue) = 102+112+234=448 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.77% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #6670EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6670EA is #998F15. Grayscale: #7A7A7A. Windows color (decimal): -10063638 or 15364198. OLE color: 15364198.

HSL color Cylindrical-coordinate representation of color #6670EA: hue angle of 235.45º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6670EA is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 112 234 -
CMYK 0.56 0.52 0 0.08
HSL 235.45º 0.76% 0.66% -
HSV(B) 235.45º 0.56% 0.92% -
XYZ 26.12 20.35 80.39 -
YUV 122.92 190.69 113.08 -
System Red Green Blue C M Y K H S L
Decimal 102 112 234 0.56 0.52 0 0.08 235.45 0.76 0.66
Hex 66 70 EA 38 34 0 8 EB 4C 42
Octal 146 160 352 70 64 0 10 353 114 102
Binary 1100110 1110000 11101010 111000 110100 0 1000 11101011 1001100 1000010

Color Harmonies of #6670EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6670EA

Black with #6670EA

Text Example


Text Example

White with #6670EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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