Html Css Color HEX #665FDA Slate Blue

📋 copy color: '#665FDA'

red 102 ◦ green 95 ◦ blue 218

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

Shades of Slate Blue #665FDA

Tints of Slate Blue #665FDA

RGB

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

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

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

R = 24.58%
G = 22.89%
B = 52.53%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#665FDA (or 0x665FDA) is known color: Slate Blue. HEX triplet: 66, 5F and DA. RGB value is (102,95,218). Sum of RGB (Red+Green+Blue) = 102+95+218=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #665FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665FDA is #99A025. Grayscale: #6E6E6E. Windows color (decimal): -10068006 or 14311270. OLE color: 14311270.

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

Color convert

RGB 102 95 218 -
CMYK 0.53 0.56 0 0.15
HSL 243.41º 0.62% 0.61% -
HSV(B) 243.41º 0.56% 0.85% -
XYZ 22.23 16.07 68.26 -
YUV 111.12 188.32 121.5 -
System Red Green Blue C M Y K H S L
Decimal 102 95 218 0.53 0.56 0 0.15 243.41 0.62 0.61
Hex 66 5F DA 35 38 0 F F3 3E 3D
Octal 146 137 332 65 70 0 17 363 76 75
Binary 1100110 1011111 11011010 110101 111000 0 1111 11110011 111110 111101

Color Harmonies of #665FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665FDA

Black with #665FDA

Text Example


Text Example

White with #665FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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