Html Css Color HEX #665DBF Slate Blue

📋 copy color: '#665DBF'

red 102 ◦ green 93 ◦ blue 191

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

Shades of Slate Blue #665DBF

Tints of Slate Blue #665DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.09%

 BLUE value IS 191 (75% from 255) = 49.48%

R = 26.42%
G = 24.09%
B = 49.48%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#665DBF (or 0x665DBF) is known color: Slate Blue. HEX triplet: 66, 5D and BF. RGB value is (102,93,191). Sum of RGB (Red+Green+Blue) = 102+93+191=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #665DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665DBF is #99A240. Grayscale: #6A6A6A. Windows color (decimal): -10068545 or 12541286. OLE color: 12541286.

HSL color Cylindrical-coordinate representation of color #665DBF: hue angle of 245.51º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #665DBF is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 93 191 -
CMYK 0.47 0.51 0 0.25
HSL 245.51º 0.43% 0.56% -
HSV(B) 245.51º 0.51% 0.75% -
XYZ 18.8 14.42 51.08 -
YUV 106.86 175.48 124.53 -
System Red Green Blue C M Y K H S L
Decimal 102 93 191 0.47 0.51 0 0.25 245.51 0.43 0.56
Hex 66 5D BF 2F 33 0 19 F6 2B 38
Octal 146 135 277 57 63 0 31 366 53 70
Binary 1100110 1011101 10111111 101111 110011 0 11001 11110110 101011 111000

Color Harmonies of #665DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665DBF

Black with #665DBF

Text Example


Text Example

White with #665DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,93,191); }

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

background-color css

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

 a { background-color: rgb(102,93,191); }

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

border-color css

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

 span { border-color: rgb(102,93,191); }

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