Html Css Color HEX #7069CB Slate Blue

📋 copy color: '#7069CB'

red 112 ◦ green 105 ◦ blue 203

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

Shades of Slate Blue #7069CB

Tints of Slate Blue #7069CB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25%

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

R = 26.67%
G = 25%
B = 48.33%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7069CB (or 0x7069CB) is known color: Slate Blue. HEX triplet: 70, 69 and CB. RGB value is (112,105,203). Sum of RGB (Red+Green+Blue) = 112+105+203=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #7069CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7069CB is #8F9634. Grayscale: #757575. Windows color (decimal): -9410101 or 13330800. OLE color: 13330800.

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

Color convert

RGB 112 105 203 -
CMYK 0.45 0.48 0 0.20
HSL 244.29º 0.49% 0.6% -
HSV(B) 244.29º 0.48% 0.8% -
XYZ 22.51 17.86 58.76 -
YUV 118.27 175.82 123.53 -
System Red Green Blue C M Y K H S L
Decimal 112 105 203 0.45 0.48 0 0.20 244.29 0.49 0.6
Hex 70 69 CB 2D 30 0 14 F4 31 3C
Octal 160 151 313 55 60 0 24 364 61 74
Binary 1110000 1101001 11001011 101101 110000 0 10100 11110100 110001 111100

Color Harmonies of #7069CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7069CB

Black with #7069CB

Text Example


Text Example

White with #7069CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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