Html Css Color HEX #6658D7 Slate Blue

📋 copy color: '#6658D7'

red 102 ◦ green 88 ◦ blue 215

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

Shades of Slate Blue #6658D7

Tints of Slate Blue #6658D7

RGB

 RED value IS 102 (40.23% from 255) = 25.19%

 GREEN value IS 88 (34.77% from 255) = 21.73%

 BLUE value IS 215 (84.38% from 255) = 53.09%

R = 25.19%
G = 21.73%
B = 53.09%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6658D7 (or 0x6658D7) is known color: Slate Blue. HEX triplet: 66, 58 and D7. RGB value is (102,88,215). Sum of RGB (Red+Green+Blue) = 102+88+215=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 215 (84.38% from 255 or 53.09% from 405); Max value from RGB is 215 - color contains mainly: blue. Hex color #6658D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6658D7 is #99A728. Grayscale: #6A6A6A. Windows color (decimal): -10069801 or 14112870. OLE color: 14112870.

HSL color Cylindrical-coordinate representation of color #6658D7: hue angle of 246.61º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6658D7 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 88 215 -
CMYK 0.53 0.59 0 0.16
HSL 246.61º 0.61% 0.59% -
HSV(B) 246.61º 0.59% 0.84% -
XYZ 21.23 14.71 66.01 -
YUV 106.66 189.14 124.67 -
System Red Green Blue C M Y K H S L
Decimal 102 88 215 0.53 0.59 0 0.16 246.61 0.61 0.59
Hex 66 58 D7 35 3B 0 10 F7 3D 3B
Octal 146 130 327 65 73 0 20 367 75 73
Binary 1100110 1011000 11010111 110101 111011 0 10000 11110111 111101 111011

Color Harmonies of #6658D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6658D7

Black with #6658D7

Text Example


Text Example

White with #6658D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6658D7; }

 p { color: rgb(102,88,215); }

 H1.HeaderClassName
 {
   color: #6658D7;
 }
 .AnyTagClassName
 {
   color: #6658D7;
 }
</style>

background-color css

<style>
 a { background-color: #6658D7; }

 a { background-color: rgb(102,88,215); }

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

border-color css

<style>
 span { border-color: #6658D7; }

 span { border-color: rgb(102,88,215); }

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