Html Css Color HEX #7068CB Slate Blue

📋 copy color: '#7068CB'

red 112 ◦ green 104 ◦ blue 203

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

Shades of Slate Blue #7068CB

Tints of Slate Blue #7068CB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.82%

 BLUE value IS 203 (79.69% from 255) = 48.45%

R = 26.73%
G = 24.82%
B = 48.45%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7068CB (or 0x7068CB) is known color: Slate Blue. HEX triplet: 70, 68 and CB. RGB value is (112,104,203). Sum of RGB (Red+Green+Blue) = 112+104+203=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #7068CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7068CB is #8F9734. Grayscale: #757575. Windows color (decimal): -9410357 or 13330544. OLE color: 13330544.

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

Color convert

RGB 112 104 203 -
CMYK 0.45 0.49 0 0.20
HSL 244.85º 0.49% 0.6% -
HSV(B) 244.85º 0.49% 0.8% -
XYZ 22.41 17.66 58.73 -
YUV 117.68 176.15 123.95 -
System Red Green Blue C M Y K H S L
Decimal 112 104 203 0.45 0.49 0 0.20 244.85 0.49 0.6
Hex 70 68 CB 2D 31 0 14 F5 31 3C
Octal 160 150 313 55 61 0 24 365 61 74
Binary 1110000 1101000 11001011 101101 110001 0 10100 11110101 110001 111100

Color Harmonies of #7068CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7068CB

Black with #7068CB

Text Example


Text Example

White with #7068CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7068CB; }

 p { color: rgb(112,104,203); }

 H1.HeaderClassName
 {
   color: #7068CB;
 }
 .AnyTagClassName
 {
   color: #7068CB;
 }
</style>

background-color css

<style>
 a { background-color: #7068CB; }

 a { background-color: rgb(112,104,203); }

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

border-color css

<style>
 span { border-color: #7068CB; }

 span { border-color: rgb(112,104,203); }

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