Html Css Color HEX #665BDA Slate Blue

📋 copy color: '#665BDA'

red 102 ◦ green 91 ◦ blue 218

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

Shades of Slate Blue #665BDA

Tints of Slate Blue #665BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.14%

 BLUE value IS 218 (85.55% from 255) = 53.04%

R = 24.82%
G = 22.14%
B = 53.04%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#665BDA (or 0x665BDA) is known color: Slate Blue. HEX triplet: 66, 5B and DA. RGB value is (102,91,218). Sum of RGB (Red+Green+Blue) = 102+91+218=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #665BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665BDA is #99A425. Grayscale: #6C6C6C. Windows color (decimal): -10069030 or 14310246. OLE color: 14310246.

HSL color Cylindrical-coordinate representation of color #665BDA: hue angle of 245.2º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #665BDA is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 91 218 -
CMYK 0.53 0.58 0 0.15
HSL 245.2º 0.63% 0.61% -
HSV(B) 245.2º 0.58% 0.85% -
XYZ 21.88 15.37 68.14 -
YUV 108.77 189.64 123.17 -
System Red Green Blue C M Y K H S L
Decimal 102 91 218 0.53 0.58 0 0.15 245.2 0.63 0.61
Hex 66 5B DA 35 3A 0 F F5 3F 3D
Octal 146 133 332 65 72 0 17 365 77 75
Binary 1100110 1011011 11011010 110101 111010 0 1111 11110101 111111 111101

Color Harmonies of #665BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665BDA

Black with #665BDA

Text Example


Text Example

White with #665BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,91,218); }

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

background-color css

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

 a { background-color: rgb(102,91,218); }

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

border-color css

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

 span { border-color: rgb(102,91,218); }

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