Html Css Color HEX #6046CF Slate Blue

📋 copy color: '#6046CF'

red 96 ◦ green 70 ◦ blue 207

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

Shades of Slate Blue #6046CF

Tints of Slate Blue #6046CF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.77%

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

R = 25.74%
G = 18.77%
B = 55.5%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6046CF (or 0x6046CF) is known color: Slate Blue. HEX triplet: 60, 46 and CF. RGB value is (96,70,207). Sum of RGB (Red+Green+Blue) = 96+70+207=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #6046CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6046CF is #9FB930. Grayscale: #5C5C5C. Windows color (decimal): -10467633 or 13583968. OLE color: 13583968.

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

Color convert

RGB 96 70 207 -
CMYK 0.54 0.66 0 0.19
HSL 251.39º 0.59% 0.54% -
HSV(B) 251.39º 0.66% 0.81% -
XYZ 18.28 11.37 60.26 -
YUV 93.39 192.11 129.86 -
System Red Green Blue C M Y K H S L
Decimal 96 70 207 0.54 0.66 0 0.19 251.39 0.59 0.54
Hex 60 46 CF 36 42 0 13 FB 3B 36
Octal 140 106 317 66 102 0 23 373 73 66
Binary 1100000 1000110 11001111 110110 1000010 0 10011 11111011 111011 110110

Color Harmonies of #6046CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6046CF

Black with #6046CF

Text Example


Text Example

White with #6046CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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