Html Css Color HEX #7069CF Slate Blue

📋 copy color: '#7069CF'

red 112 ◦ green 105 ◦ blue 207

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

Shades of Slate Blue #7069CF

Tints of Slate Blue #7069CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.82%

R = 26.42%
G = 24.76%
B = 48.82%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7069CF (or 0x7069CF) is known color: Slate Blue. HEX triplet: 70, 69 and CF. RGB value is (112,105,207). Sum of RGB (Red+Green+Blue) = 112+105+207=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #7069CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7069CF is #8F9630. Grayscale: #767676. Windows color (decimal): -9410097 or 13592944. OLE color: 13592944.

HSL color Cylindrical-coordinate representation of color #7069CF: hue angle of 244.12º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7069CF is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 105 207 -
CMYK 0.46 0.49 0 0.19
HSL 244.12º 0.52% 0.61% -
HSV(B) 244.12º 0.49% 0.81% -
XYZ 23 18.05 61.3 -
YUV 118.72 177.82 123.21 -
System Red Green Blue C M Y K H S L
Decimal 112 105 207 0.46 0.49 0 0.19 244.12 0.52 0.61
Hex 70 69 CF 2E 31 0 13 F4 34 3D
Octal 160 151 317 56 61 0 23 364 64 75
Binary 1110000 1101001 11001111 101110 110001 0 10011 11110100 110100 111101

Color Harmonies of #7069CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7069CF

Black with #7069CF

Text Example


Text Example

White with #7069CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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