Html Css Color HEX #7067CB Slate Blue

📋 copy color: '#7067CB'

red 112 ◦ green 103 ◦ blue 203

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

Shades of Slate Blue #7067CB

Tints of Slate Blue #7067CB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.64%

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

R = 26.79%
G = 24.64%
B = 48.56%

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

#7067CB (or 0x7067CB) is known color: Slate Blue. HEX triplet: 70, 67 and CB. RGB value is (112,103,203). Sum of RGB (Red+Green+Blue) = 112+103+203=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #7067CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7067CB is #8F9834. Grayscale: #747474. Windows color (decimal): -9410613 or 13330288. OLE color: 13330288.

HSL color Cylindrical-coordinate representation of color #7067CB: hue angle of 245.4º 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 #7067CB is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 103 203 -
CMYK 0.45 0.49 0 0.20
HSL 245.4º 0.49% 0.6% -
HSV(B) 245.4º 0.49% 0.8% -
XYZ 22.31 17.46 58.69 -
YUV 117.09 176.48 124.37 -
System Red Green Blue C M Y K H S L
Decimal 112 103 203 0.45 0.49 0 0.20 245.4 0.49 0.6
Hex 70 67 CB 2D 31 0 14 F5 31 3C
Octal 160 147 313 55 61 0 24 365 61 74
Binary 1110000 1100111 11001011 101101 110001 0 10100 11110101 110001 111100

Color Harmonies of #7067CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7067CB

Black with #7067CB

Text Example


Text Example

White with #7067CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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