Html Css Color HEX #664ACF Slate Blue

📋 copy color: '#664ACF'

red 102 ◦ green 74 ◦ blue 207

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

Shades of Slate Blue #664ACF

Tints of Slate Blue #664ACF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.32%

 BLUE value IS 207 (81.25% from 255) = 54.05%

R = 26.63%
G = 19.32%
B = 54.05%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#664ACF (or 0x664ACF) is known color: Slate Blue. HEX triplet: 66, 4A and CF. RGB value is (102,74,207). Sum of RGB (Red+Green+Blue) = 102+74+207=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #664ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664ACF is #99B530. Grayscale: #616161. Windows color (decimal): -10073393 or 13584998. OLE color: 13584998.

HSL color Cylindrical-coordinate representation of color #664ACF: hue angle of 252.63º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #664ACF is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 74 207 -
CMYK 0.51 0.64 0 0.19
HSL 252.63º 0.58% 0.55% -
HSV(B) 252.63º 0.64% 0.81% -
XYZ 19.19 12.23 60.38 -
YUV 97.53 189.78 131.19 -
System Red Green Blue C M Y K H S L
Decimal 102 74 207 0.51 0.64 0 0.19 252.63 0.58 0.55
Hex 66 4A CF 33 40 0 13 FD 3A 37
Octal 146 112 317 63 100 0 23 375 72 67
Binary 1100110 1001010 11001111 110011 1000000 0 10011 11111101 111010 110111

Color Harmonies of #664ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664ACF

Black with #664ACF

Text Example


Text Example

White with #664ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664ACF; }

 p { color: rgb(102,74,207); }

 H1.HeaderClassName
 {
   color: #664ACF;
 }
 .AnyTagClassName
 {
   color: #664ACF;
 }
</style>

background-color css

<style>
 a { background-color: #664ACF; }

 a { background-color: rgb(102,74,207); }

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

border-color css

<style>
 span { border-color: #664ACF; }

 span { border-color: rgb(102,74,207); }

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