Html Css Color HEX #7066DA Slate Blue

📋 copy color: '#7066DA'

red 112 ◦ green 102 ◦ blue 218

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

Shades of Slate Blue #7066DA

Tints of Slate Blue #7066DA

RGB

 RED value IS 112 (44.14% from 255) = 25.93%

 GREEN value IS 102 (40.23% from 255) = 23.61%

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

R = 25.93%
G = 23.61%
B = 50.46%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7066DA (or 0x7066DA) is known color: Slate Blue. HEX triplet: 70, 66 and DA. RGB value is (112,102,218). Sum of RGB (Red+Green+Blue) = 112+102+218=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #7066DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7066DA is #8F9925. Grayscale: #757575. Windows color (decimal): -9410854 or 14313072. OLE color: 14313072.

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

Color convert

RGB 112 102 218 -
CMYK 0.49 0.53 0 0.15
HSL 245.17º 0.61% 0.63% -
HSV(B) 245.17º 0.53% 0.85% -
XYZ 24.09 18.01 68.54 -
YUV 118.21 184.31 123.57 -
System Red Green Blue C M Y K H S L
Decimal 112 102 218 0.49 0.53 0 0.15 245.17 0.61 0.63
Hex 70 66 DA 31 35 0 F F5 3D 3F
Octal 160 146 332 61 65 0 17 365 75 77
Binary 1110000 1100110 11011010 110001 110101 0 1111 11110101 111101 111111

Color Harmonies of #7066DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7066DA

Black with #7066DA

Text Example


Text Example

White with #7066DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7066DA; }

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

 H1.HeaderClassName
 {
   color: #7066DA;
 }
 .AnyTagClassName
 {
   color: #7066DA;
 }
</style>

background-color css

<style>
 a { background-color: #7066DA; }

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

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

border-color css

<style>
 span { border-color: #7066DA; }

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

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