Html Css Color HEX #6055CF Slate Blue

📋 copy color: '#6055CF'

red 96 ◦ green 85 ◦ blue 207

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

Shades of Slate Blue #6055CF

Tints of Slate Blue #6055CF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.91%

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

R = 24.74%
G = 21.91%
B = 53.35%

CMYK

 C value IS 0.54

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6055CF (or 0x6055CF) is known color: Slate Blue. HEX triplet: 60, 55 and CF. RGB value is (96,85,207). Sum of RGB (Red+Green+Blue) = 96+85+207=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #6055CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6055CF is #9FAA30. Grayscale: #656565. Windows color (decimal): -10463793 or 13587808. OLE color: 13587808.

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

Color convert

RGB 96 85 207 -
CMYK 0.54 0.59 0 0.19
HSL 245.41º 0.56% 0.57% -
HSV(B) 245.41º 0.59% 0.81% -
XYZ 19.33 13.49 60.62 -
YUV 102.2 187.14 123.58 -
System Red Green Blue C M Y K H S L
Decimal 96 85 207 0.54 0.59 0 0.19 245.41 0.56 0.57
Hex 60 55 CF 36 3B 0 13 F5 38 39
Octal 140 125 317 66 73 0 23 365 70 71
Binary 1100000 1010101 11001111 110110 111011 0 10011 11110101 111000 111001

Color Harmonies of #6055CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6055CF

Black with #6055CF

Text Example


Text Example

White with #6055CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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