Html Css Color HEX #6165DE Slate Blue

📋 copy color: '#6165DE'

red 97 ◦ green 101 ◦ blue 222

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

Shades of Slate Blue #6165DE

Tints of Slate Blue #6165DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.86%

R = 23.1%
G = 24.05%
B = 52.86%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6165DE (or 0x6165DE) is known color: Slate Blue. HEX triplet: 61, 65 and DE. RGB value is (97,101,222). Sum of RGB (Red+Green+Blue) = 97+101+222=420 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.10% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #6165DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6165DE is #9E9A21. Grayscale: #717171. Windows color (decimal): -10394146 or 14574945. OLE color: 14574945.

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

Color convert

RGB 97 101 222 -
CMYK 0.56 0.55 0 0.13
HSL 238.08º 0.65% 0.63% -
HSV(B) 238.08º 0.56% 0.87% -
XYZ 22.77 17.12 71.21 -
YUV 113.6 189.17 116.16 -
System Red Green Blue C M Y K H S L
Decimal 97 101 222 0.56 0.55 0 0.13 238.08 0.65 0.63
Hex 61 65 DE 38 37 0 D EE 41 3F
Octal 141 145 336 70 67 0 15 356 101 77
Binary 1100001 1100101 11011110 111000 110111 0 1101 11101110 1000001 111111

Color Harmonies of #6165DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6165DE

Black with #6165DE

Text Example


Text Example

White with #6165DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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