Html Css Color HEX #6061E4 Slate Blue

📋 copy color: '#6061E4'

red 96 ◦ green 97 ◦ blue 228

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

Shades of Slate Blue #6061E4

Tints of Slate Blue #6061E4

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.04%

 BLUE value IS 228 (89.45% from 255) = 54.16%

R = 22.8%
G = 23.04%
B = 54.16%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6061E4 (or 0x6061E4) is known color: Slate Blue. HEX triplet: 60, 61 and E4. RGB value is (96,97,228). Sum of RGB (Red+Green+Blue) = 96+97+228=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 228 (89.45% from 255 or 54.16% from 421); Max value from RGB is 228 - color contains mainly: blue. Hex color #6061E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6061E4 is #9F9E1B. Grayscale: #6F6F6F. Windows color (decimal): -10460700 or 14967136. OLE color: 14967136.

HSL color Cylindrical-coordinate representation of color #6061E4: hue angle of 239.55º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6061E4 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 96 97 228 -
CMYK 0.58 0.57 0 0.11
HSL 239.55º 0.71% 0.64% -
HSV(B) 239.55º 0.58% 0.89% -
XYZ 23.1 16.64 75.39 -
YUV 111.64 193.67 116.85 -
System Red Green Blue C M Y K H S L
Decimal 96 97 228 0.58 0.57 0 0.11 239.55 0.71 0.64
Hex 60 61 E4 3A 39 0 B F0 47 40
Octal 140 141 344 72 71 0 13 360 107 100
Binary 1100000 1100001 11100100 111010 111001 0 1011 11110000 1000111 1000000

Color Harmonies of #6061E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6061E4

Black with #6061E4

Text Example


Text Example

White with #6061E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6061E4; }

 p { color: rgb(96,97,228); }

 H1.HeaderClassName
 {
   color: #6061E4;
 }
 .AnyTagClassName
 {
   color: #6061E4;
 }
</style>

background-color css

<style>
 a { background-color: #6061E4; }

 a { background-color: rgb(96,97,228); }

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

border-color css

<style>
 span { border-color: #6061E4; }

 span { border-color: rgb(96,97,228); }

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