Html Css Color HEX #6042CF Slate Blue

📋 copy color: '#6042CF'

red 96 ◦ green 66 ◦ blue 207

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

Shades of Slate Blue #6042CF

Tints of Slate Blue #6042CF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.89%

 BLUE value IS 207 (81.25% from 255) = 56.1%

R = 26.02%
G = 17.89%
B = 56.1%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6042CF (or 0x6042CF) is known color: Slate Blue. HEX triplet: 60, 42 and CF. RGB value is (96,66,207). Sum of RGB (Red+Green+Blue) = 96+66+207=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #6042CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6042CF is #9FBD30. Grayscale: #5A5A5A. Windows color (decimal): -10468657 or 13582944. OLE color: 13582944.

HSL color Cylindrical-coordinate representation of color #6042CF: hue angle of 252.77º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6042CF is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 66 207 -
CMYK 0.54 0.68 0 0.19
HSL 252.77º 0.59% 0.54% -
HSV(B) 252.77º 0.68% 0.81% -
XYZ 18.03 10.89 60.18 -
YUV 91.04 193.44 131.54 -
System Red Green Blue C M Y K H S L
Decimal 96 66 207 0.54 0.68 0 0.19 252.77 0.59 0.54
Hex 60 42 CF 36 44 0 13 FD 3B 36
Octal 140 102 317 66 104 0 23 375 73 66
Binary 1100000 1000010 11001111 110110 1000100 0 10011 11111101 111011 110110

Color Harmonies of #6042CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6042CF

Black with #6042CF

Text Example


Text Example

White with #6042CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6042CF; }

 p { color: rgb(96,66,207); }

 H1.HeaderClassName
 {
   color: #6042CF;
 }
 .AnyTagClassName
 {
   color: #6042CF;
 }
</style>

background-color css

<style>
 a { background-color: #6042CF; }

 a { background-color: rgb(96,66,207); }

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

border-color css

<style>
 span { border-color: #6042CF; }

 span { border-color: rgb(96,66,207); }

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