Html Css Color HEX #5F68E0 Slate Blue

📋 copy color: '#5F68E0'

red 95 ◦ green 104 ◦ blue 224

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

Shades of Slate Blue #5F68E0

Tints of Slate Blue #5F68E0

RGB

 RED value IS 95 (37.5% from 255) = 22.46%

 GREEN value IS 104 (41.02% from 255) = 24.59%

 BLUE value IS 224 (87.89% from 255) = 52.96%

R = 22.46%
G = 24.59%
B = 52.96%

CMYK

 C value IS 0.58

 M value IS 0.54

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5F68E0 (or 0x5F68E0) is known color: Slate Blue. HEX triplet: 5F, 68 and E0. RGB value is (95,104,224). Sum of RGB (Red+Green+Blue) = 95+104+224=423 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.46% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 224 (87.89% from 255 or 52.96% from 423); Max value from RGB is 224 - color contains mainly: blue. Hex color #5F68E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F68E0 is #A0971F. Grayscale: #727272. Windows color (decimal): -10524448 or 14706783. OLE color: 14706783.

HSL color Cylindrical-coordinate representation of color #5F68E0: hue angle of 235.81º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F68E0 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 95 104 224 -
CMYK 0.58 0.54 0 0.12
HSL 235.81º 0.68% 0.63% -
HSV(B) 235.81º 0.58% 0.88% -
XYZ 23.12 17.72 72.72 -
YUV 114.99 189.52 113.74 -
System Red Green Blue C M Y K H S L
Decimal 95 104 224 0.58 0.54 0 0.12 235.81 0.68 0.63
Hex 5F 68 E0 3A 36 0 C EC 44 3F
Octal 137 150 340 72 66 0 14 354 104 77
Binary 1011111 1101000 11100000 111010 110110 0 1100 11101100 1000100 111111

Color Harmonies of #5F68E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F68E0

Black with #5F68E0

Text Example


Text Example

White with #5F68E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F68E0; }

 p { color: rgb(95,104,224); }

 H1.HeaderClassName
 {
   color: #5F68E0;
 }
 .AnyTagClassName
 {
   color: #5F68E0;
 }
</style>

background-color css

<style>
 a { background-color: #5F68E0; }

 a { background-color: rgb(95,104,224); }

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

border-color css

<style>
 span { border-color: #5F68E0; }

 span { border-color: rgb(95,104,224); }

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