Html Css Color HEX #6355CC Slate Blue

📋 copy color: '#6355CC'

red 99 ◦ green 85 ◦ blue 204

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

Shades of Slate Blue #6355CC

Tints of Slate Blue #6355CC

RGB

 RED value IS 99 (39.06% from 255) = 25.52%

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

 BLUE value IS 204 (80.08% from 255) = 52.58%

R = 25.52%
G = 21.91%
B = 52.58%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6355CC (or 0x6355CC) is known color: Slate Blue. HEX triplet: 63, 55 and CC. RGB value is (99,85,204). Sum of RGB (Red+Green+Blue) = 99+85+204=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #6355CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6355CC is #9CAA33. Grayscale: #666666. Windows color (decimal): -10267188 or 13391203. OLE color: 13391203.

HSL color Cylindrical-coordinate representation of color #6355CC: hue angle of 247.06º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6355CC is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 99 85 204 -
CMYK 0.51 0.58 0 0.2
HSL 247.06º 0.54% 0.57% -
HSV(B) 247.06º 0.58% 0.8% -
XYZ 19.29 13.51 58.72 -
YUV 102.75 185.14 125.32 -
System Red Green Blue C M Y K H S L
Decimal 99 85 204 0.51 0.58 0 0.2 247.06 0.54 0.57
Hex 63 55 CC 33 3A 0 14 F7 36 39
Octal 143 125 314 63 72 0 24 367 66 71
Binary 1100011 1010101 11001100 110011 111010 0 10100 11110111 110110 111001

Color Harmonies of #6355CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6355CC

Black with #6355CC

Text Example


Text Example

White with #6355CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6355CC; }

 p { color: rgb(99,85,204); }

 H1.HeaderClassName
 {
   color: #6355CC;
 }
 .AnyTagClassName
 {
   color: #6355CC;
 }
</style>

background-color css

<style>
 a { background-color: #6355CC; }

 a { background-color: rgb(99,85,204); }

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

border-color css

<style>
 span { border-color: #6355CC; }

 span { border-color: rgb(99,85,204); }

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