Html Css Color HEX #7066CC Slate Blue

📋 copy color: '#7066CC'

red 112 ◦ green 102 ◦ blue 204

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

Shades of Slate Blue #7066CC

Tints of Slate Blue #7066CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 26.79%
G = 24.4%
B = 48.8%

CMYK

 C value IS 0.45

 M value IS 0.5

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7066CC (or 0x7066CC) is known color: Slate Blue. HEX triplet: 70, 66 and CC. RGB value is (112,102,204). Sum of RGB (Red+Green+Blue) = 112+102+204=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #7066CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7066CC is #8F9933. Grayscale: #747474. Windows color (decimal): -9410868 or 13395568. OLE color: 13395568.

HSL color Cylindrical-coordinate representation of color #7066CC: hue angle of 245.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7066CC is Cyan = 0.45, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 102 204 -
CMYK 0.45 0.5 0 0.2
HSL 245.88º 0.5% 0.6% -
HSV(B) 245.88º 0.5% 0.8% -
XYZ 22.33 17.31 59.29 -
YUV 116.62 177.31 124.71 -
System Red Green Blue C M Y K H S L
Decimal 112 102 204 0.45 0.5 0 0.2 245.88 0.5 0.6
Hex 70 66 CC 2D 32 0 14 F6 32 3C
Octal 160 146 314 55 62 0 24 366 62 74
Binary 1110000 1100110 11001100 101101 110010 0 10100 11110110 110010 111100

Color Harmonies of #7066CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7066CC

Black with #7066CC

Text Example


Text Example

White with #7066CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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