Html Css Color HEX #6661D0 Slate Blue

📋 copy color: '#6661D0'

red 102 ◦ green 97 ◦ blue 208

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

Shades of Slate Blue #6661D0

Tints of Slate Blue #6661D0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.83%

 BLUE value IS 208 (81.64% from 255) = 51.11%

R = 25.06%
G = 23.83%
B = 51.11%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6661D0 (or 0x6661D0) is known color: Slate Blue. HEX triplet: 66, 61 and D0. RGB value is (102,97,208). Sum of RGB (Red+Green+Blue) = 102+97+208=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 208 (81.64% from 255 or 51.11% from 407); Max value from RGB is 208 - color contains mainly: blue. Hex color #6661D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6661D0 is #999E2F. Grayscale: #6E6E6E. Windows color (decimal): -10067504 or 13656422. OLE color: 13656422.

HSL color Cylindrical-coordinate representation of color #6661D0: hue angle of 242.7º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6661D0 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 97 208 -
CMYK 0.51 0.53 0 0.18
HSL 242.7º 0.54% 0.6% -
HSV(B) 242.7º 0.53% 0.82% -
XYZ 21.14 15.93 61.63 -
YUV 111.15 182.66 121.47 -
System Red Green Blue C M Y K H S L
Decimal 102 97 208 0.51 0.53 0 0.18 242.7 0.54 0.6
Hex 66 61 D0 33 35 0 12 F3 36 3C
Octal 146 141 320 63 65 0 22 363 66 74
Binary 1100110 1100001 11010000 110011 110101 0 10010 11110011 110110 111100

Color Harmonies of #6661D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6661D0

Black with #6661D0

Text Example


Text Example

White with #6661D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6661D0; }

 p { color: rgb(102,97,208); }

 H1.HeaderClassName
 {
   color: #6661D0;
 }
 .AnyTagClassName
 {
   color: #6661D0;
 }
</style>

background-color css

<style>
 a { background-color: #6661D0; }

 a { background-color: rgb(102,97,208); }

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

border-color css

<style>
 span { border-color: #6661D0; }

 span { border-color: rgb(102,97,208); }

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