Html Css Color HEX #6972D9 Slate Blue

📋 copy color: '#6972D9'

red 105 ◦ green 114 ◦ blue 217

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

Shades of Slate Blue #6972D9

Tints of Slate Blue #6972D9

RGB

 RED value IS 105 (41.41% from 255) = 24.08%

 GREEN value IS 114 (44.92% from 255) = 26.15%

 BLUE value IS 217 (85.16% from 255) = 49.77%

R = 24.08%
G = 26.15%
B = 49.77%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6972D9 (or 0x6972D9) is known color: Slate Blue. HEX triplet: 69, 72 and D9. RGB value is (105,114,217). Sum of RGB (Red+Green+Blue) = 105+114+217=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 217 (85.16% from 255 or 49.77% from 436); Max value from RGB is 217 - color contains mainly: blue. Hex color #6972D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6972D9 is #968D26. Grayscale: #7A7A7A. Windows color (decimal): -9866535 or 14250601. OLE color: 14250601.

HSL color Cylindrical-coordinate representation of color #6972D9: hue angle of 235.18º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6972D9 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 114 217 -
CMYK 0.52 0.47 0 0.15
HSL 235.18º 0.6% 0.63% -
HSV(B) 235.18º 0.52% 0.85% -
XYZ 24.37 20.05 68.23 -
YUV 123.05 181.02 115.12 -
System Red Green Blue C M Y K H S L
Decimal 105 114 217 0.52 0.47 0 0.15 235.18 0.6 0.63
Hex 69 72 D9 34 2F 0 F EB 3C 3F
Octal 151 162 331 64 57 0 17 353 74 77
Binary 1101001 1110010 11011001 110100 101111 0 1111 11101011 111100 111111

Color Harmonies of #6972D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6972D9

Black with #6972D9

Text Example


Text Example

White with #6972D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6972D9; }

 p { color: rgb(105,114,217); }

 H1.HeaderClassName
 {
   color: #6972D9;
 }
 .AnyTagClassName
 {
   color: #6972D9;
 }
</style>

background-color css

<style>
 a { background-color: #6972D9; }

 a { background-color: rgb(105,114,217); }

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

border-color css

<style>
 span { border-color: #6972D9; }

 span { border-color: rgb(105,114,217); }

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