Html Css Color HEX #6168DF Slate Blue

📋 copy color: '#6168DF'

red 97 ◦ green 104 ◦ blue 223

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

Shades of Slate Blue #6168DF

Tints of Slate Blue #6168DF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.53%

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

R = 22.88%
G = 24.53%
B = 52.59%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6168DF (or 0x6168DF) is known color: Slate Blue. HEX triplet: 61, 68 and DF. RGB value is (97,104,223). Sum of RGB (Red+Green+Blue) = 97+104+223=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #6168DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6168DF is #9E9720. Grayscale: #727272. Windows color (decimal): -10393377 or 14641249. OLE color: 14641249.

HSL color Cylindrical-coordinate representation of color #6168DF: hue angle of 236.67º 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 #6168DF is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 104 223 -
CMYK 0.57 0.53 0 0.13
HSL 236.67º 0.66% 0.63% -
HSV(B) 236.67º 0.57% 0.87% -
XYZ 23.2 17.77 72.02 -
YUV 115.47 188.68 114.82 -
System Red Green Blue C M Y K H S L
Decimal 97 104 223 0.57 0.53 0 0.13 236.67 0.66 0.63
Hex 61 68 DF 39 35 0 D ED 42 3F
Octal 141 150 337 71 65 0 15 355 102 77
Binary 1100001 1101000 11011111 111001 110101 0 1101 11101101 1000010 111111

Color Harmonies of #6168DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6168DF

Black with #6168DF

Text Example


Text Example

White with #6168DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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