Html Css Color HEX #665FDD Slate Blue

📋 copy color: '#665FDD'

red 102 ◦ green 95 ◦ blue 221

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

Shades of Slate Blue #665FDD

Tints of Slate Blue #665FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.73%

 BLUE value IS 221 (86.72% from 255) = 52.87%

R = 24.4%
G = 22.73%
B = 52.87%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#665FDD (or 0x665FDD) is known color: Slate Blue. HEX triplet: 66, 5F and DD. RGB value is (102,95,221). Sum of RGB (Red+Green+Blue) = 102+95+221=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #665FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665FDD is #99A022. Grayscale: #6E6E6E. Windows color (decimal): -10068003 or 14507878. OLE color: 14507878.

HSL color Cylindrical-coordinate representation of color #665FDD: hue angle of 243.33º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #665FDD is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 95 221 -
CMYK 0.54 0.57 0 0.13
HSL 243.33º 0.65% 0.62% -
HSV(B) 243.33º 0.57% 0.87% -
XYZ 22.62 16.23 70.35 -
YUV 111.46 189.82 121.25 -
System Red Green Blue C M Y K H S L
Decimal 102 95 221 0.54 0.57 0 0.13 243.33 0.65 0.62
Hex 66 5F DD 36 39 0 D F3 41 3E
Octal 146 137 335 66 71 0 15 363 101 76
Binary 1100110 1011111 11011101 110110 111001 0 1101 11110011 1000001 111110

Color Harmonies of #665FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665FDD

Black with #665FDD

Text Example


Text Example

White with #665FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665FDD; }

 p { color: rgb(102,95,221); }

 H1.HeaderClassName
 {
   color: #665FDD;
 }
 .AnyTagClassName
 {
   color: #665FDD;
 }
</style>

background-color css

<style>
 a { background-color: #665FDD; }

 a { background-color: rgb(102,95,221); }

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

border-color css

<style>
 span { border-color: #665FDD; }

 span { border-color: rgb(102,95,221); }

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