Html Css Color HEX #6165DF Slate Blue

📋 copy color: '#6165DF'

red 97 ◦ green 101 ◦ blue 223

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

Shades of Slate Blue #6165DF

Tints of Slate Blue #6165DF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.99%

 BLUE value IS 223 (87.5% from 255) = 52.97%

R = 23.04%
G = 23.99%
B = 52.97%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6165DF (or 0x6165DF) is known color: Slate Blue. HEX triplet: 61, 65 and DF. RGB value is (97,101,223). Sum of RGB (Red+Green+Blue) = 97+101+223=421 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.04% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #6165DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6165DF is #9E9A20. Grayscale: #717171. Windows color (decimal): -10394145 or 14640481. OLE color: 14640481.

HSL color Cylindrical-coordinate representation of color #6165DF: hue angle of 238.1º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6165DF is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 101 223 -
CMYK 0.57 0.55 0 0.13
HSL 238.1º 0.66% 0.63% -
HSV(B) 238.1º 0.57% 0.87% -
XYZ 22.9 17.18 71.92 -
YUV 113.71 189.67 116.08 -
System Red Green Blue C M Y K H S L
Decimal 97 101 223 0.57 0.55 0 0.13 238.1 0.66 0.63
Hex 61 65 DF 39 37 0 D EE 42 3F
Octal 141 145 337 71 67 0 15 356 102 77
Binary 1100001 1100101 11011111 111001 110111 0 1101 11101110 1000010 111111

Color Harmonies of #6165DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6165DF

Black with #6165DF

Text Example


Text Example

White with #6165DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6165DF; }

 p { color: rgb(97,101,223); }

 H1.HeaderClassName
 {
   color: #6165DF;
 }
 .AnyTagClassName
 {
   color: #6165DF;
 }
</style>

background-color css

<style>
 a { background-color: #6165DF; }

 a { background-color: rgb(97,101,223); }

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

border-color css

<style>
 span { border-color: #6165DF; }

 span { border-color: rgb(97,101,223); }

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