Html Css Color HEX #6153DC Slate Blue

📋 copy color: '#6153DC'

red 97 ◦ green 83 ◦ blue 220

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

Shades of Slate Blue #6153DC

Tints of Slate Blue #6153DC

RGB

 RED value IS 97 (38.28% from 255) = 24.25%

 GREEN value IS 83 (32.81% from 255) = 20.75%

 BLUE value IS 220 (86.33% from 255) = 55%

R = 24.25%
G = 20.75%
B = 55%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6153DC (or 0x6153DC) is known color: Slate Blue. HEX triplet: 61, 53 and DC. RGB value is (97,83,220). Sum of RGB (Red+Green+Blue) = 97+83+220=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #6153DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6153DC is #9EAC23. Grayscale: #666666. Windows color (decimal): -10398756 or 14439265. OLE color: 14439265.

HSL color Cylindrical-coordinate representation of color #6153DC: hue angle of 246.13º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6153DC is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 83 220 -
CMYK 0.56 0.62 0 0.14
HSL 246.13º 0.66% 0.59% -
HSV(B) 246.13º 0.62% 0.86% -
XYZ 20.94 13.9 69.29 -
YUV 102.8 194.14 123.86 -
System Red Green Blue C M Y K H S L
Decimal 97 83 220 0.56 0.62 0 0.14 246.13 0.66 0.59
Hex 61 53 DC 38 3E 0 E F6 42 3B
Octal 141 123 334 70 76 0 16 366 102 73
Binary 1100001 1010011 11011100 111000 111110 0 1110 11110110 1000010 111011

Color Harmonies of #6153DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6153DC

Black with #6153DC

Text Example


Text Example

White with #6153DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6153DC; }

 p { color: rgb(97,83,220); }

 H1.HeaderClassName
 {
   color: #6153DC;
 }
 .AnyTagClassName
 {
   color: #6153DC;
 }
</style>

background-color css

<style>
 a { background-color: #6153DC; }

 a { background-color: rgb(97,83,220); }

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

border-color css

<style>
 span { border-color: #6153DC; }

 span { border-color: rgb(97,83,220); }

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