Html Css Color HEX #6043CF Slate Blue

📋 copy color: '#6043CF'

red 96 ◦ green 67 ◦ blue 207

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

Shades of Slate Blue #6043CF

Tints of Slate Blue #6043CF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.11%

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

R = 25.95%
G = 18.11%
B = 55.95%

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

#6043CF (or 0x6043CF) is known color: Slate Blue. HEX triplet: 60, 43 and CF. RGB value is (96,67,207). Sum of RGB (Red+Green+Blue) = 96+67+207=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #6043CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6043CF is #9FBC30. Grayscale: #5B5B5B. Windows color (decimal): -10468401 or 13583200. OLE color: 13583200.

HSL color Cylindrical-coordinate representation of color #6043CF: hue angle of 252.43º 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 #6043CF is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 67 207 -
CMYK 0.54 0.68 0 0.19
HSL 252.43º 0.59% 0.54% -
HSV(B) 252.43º 0.68% 0.81% -
XYZ 18.09 11.01 60.2 -
YUV 91.63 193.11 131.12 -
System Red Green Blue C M Y K H S L
Decimal 96 67 207 0.54 0.68 0 0.19 252.43 0.59 0.54
Hex 60 43 CF 36 44 0 13 FC 3B 36
Octal 140 103 317 66 104 0 23 374 73 66
Binary 1100000 1000011 11001111 110110 1000100 0 10011 11111100 111011 110110

Color Harmonies of #6043CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6043CF

Black with #6043CF

Text Example


Text Example

White with #6043CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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