Html Css Color HEX #6665D1 Slate Blue

📋 copy color: '#6665D1'

red 102 ◦ green 101 ◦ blue 209

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

Shades of Slate Blue #6665D1

Tints of Slate Blue #6665D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 50.73%

R = 24.76%
G = 24.51%
B = 50.73%

CMYK

 C value IS 0.51

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6665D1 (or 0x6665D1) is known color: Slate Blue. HEX triplet: 66, 65 and D1. RGB value is (102,101,209). Sum of RGB (Red+Green+Blue) = 102+101+209=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 209 (82.03% from 255 or 50.73% from 412); Max value from RGB is 209 - color contains mainly: blue. Hex color #6665D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6665D1 is #999A2E. Grayscale: #717171. Windows color (decimal): -10066479 or 13722982. OLE color: 13722982.

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

Color convert

RGB 102 101 209 -
CMYK 0.51 0.52 0 0.18
HSL 240.56º 0.54% 0.61% -
HSV(B) 240.56º 0.52% 0.82% -
XYZ 21.64 16.74 62.41 -
YUV 113.61 181.83 119.72 -
System Red Green Blue C M Y K H S L
Decimal 102 101 209 0.51 0.52 0 0.18 240.56 0.54 0.61
Hex 66 65 D1 33 34 0 12 F1 36 3D
Octal 146 145 321 63 64 0 22 361 66 75
Binary 1100110 1100101 11010001 110011 110100 0 10010 11110001 110110 111101

Color Harmonies of #6665D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6665D1

Black with #6665D1

Text Example


Text Example

White with #6665D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6665D1; }

 p { color: rgb(102,101,209); }

 H1.HeaderClassName
 {
   color: #6665D1;
 }
 .AnyTagClassName
 {
   color: #6665D1;
 }
</style>

background-color css

<style>
 a { background-color: #6665D1; }

 a { background-color: rgb(102,101,209); }

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

border-color css

<style>
 span { border-color: #6665D1; }

 span { border-color: rgb(102,101,209); }

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