Html Css Color HEX #6067ED Medium Slate Blue

📋 copy color: '#6067ED'

red 96 ◦ green 103 ◦ blue 237

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

Shades of Medium Slate Blue #6067ED

Tints of Medium Slate Blue #6067ED

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.62%

 BLUE value IS 237 (92.97% from 255) = 54.36%

R = 22.02%
G = 23.62%
B = 54.36%

CMYK

 C value IS 0.59

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6067ED (or 0x6067ED) is known color: Medium Slate Blue. HEX triplet: 60, 67 and ED. RGB value is (96,103,237). Sum of RGB (Red+Green+Blue) = 96+103+237=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #6067ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6067ED is #9F9812. Grayscale: #737373. Windows color (decimal): -10459155 or 15558496. OLE color: 15558496.

HSL color Cylindrical-coordinate representation of color #6067ED: hue angle of 237.02º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6067ED is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 103 237 -
CMYK 0.59 0.57 0 0.07
HSL 237.02º 0.8% 0.65% -
HSV(B) 237.02º 0.59% 0.93% -
XYZ 24.96 18.3 82.34 -
YUV 116.18 196.18 113.6 -
System Red Green Blue C M Y K H S L
Decimal 96 103 237 0.59 0.57 0 0.07 237.02 0.8 0.65
Hex 60 67 ED 3B 39 0 7 ED 50 41
Octal 140 147 355 73 71 0 7 355 120 101
Binary 1100000 1100111 11101101 111011 111001 0 111 11101101 1010000 1000001

Color Harmonies of #6067ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6067ED

Black with #6067ED

Text Example


Text Example

White with #6067ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6067ED; }

 p { color: rgb(96,103,237); }

 H1.HeaderClassName
 {
   color: #6067ED;
 }
 .AnyTagClassName
 {
   color: #6067ED;
 }
</style>

background-color css

<style>
 a { background-color: #6067ED; }

 a { background-color: rgb(96,103,237); }

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

border-color css

<style>
 span { border-color: #6067ED; }

 span { border-color: rgb(96,103,237); }

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