Html Css Color HEX #7069CA Slate Blue

📋 copy color: '#7069CA'

red 112 ◦ green 105 ◦ blue 202

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

Shades of Slate Blue #7069CA

Tints of Slate Blue #7069CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.21%

R = 26.73%
G = 25.06%
B = 48.21%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7069CA (or 0x7069CA) is known color: Slate Blue. HEX triplet: 70, 69 and CA. RGB value is (112,105,202). Sum of RGB (Red+Green+Blue) = 112+105+202=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #7069CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7069CA is #8F9635. Grayscale: #757575. Windows color (decimal): -9410102 or 13265264. OLE color: 13265264.

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

Color convert

RGB 112 105 202 -
CMYK 0.45 0.48 0 0.21
HSL 244.33º 0.48% 0.6% -
HSV(B) 244.33º 0.48% 0.79% -
XYZ 22.39 17.81 58.13 -
YUV 118.15 175.32 123.61 -
System Red Green Blue C M Y K H S L
Decimal 112 105 202 0.45 0.48 0 0.21 244.33 0.48 0.6
Hex 70 69 CA 2D 30 0 15 F4 30 3C
Octal 160 151 312 55 60 0 25 364 60 74
Binary 1110000 1101001 11001010 101101 110000 0 10101 11110100 110000 111100

Color Harmonies of #7069CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7069CA

Black with #7069CA

Text Example


Text Example

White with #7069CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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