Html Css Color HEX #6944CC Slate Blue

📋 copy color: '#6944CC'

red 105 ◦ green 68 ◦ blue 204

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

Shades of Slate Blue #6944CC

Tints of Slate Blue #6944CC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.04%

 BLUE value IS 204 (80.08% from 255) = 54.11%

R = 27.85%
G = 18.04%
B = 54.11%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6944CC (or 0x6944CC) is known color: Slate Blue. HEX triplet: 69, 44 and CC. RGB value is (105,68,204). Sum of RGB (Red+Green+Blue) = 105+68+204=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #6944CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6944CC is #96BB33. Grayscale: #5E5E5E. Windows color (decimal): -9878324 or 13386857. OLE color: 13386857.

HSL color Cylindrical-coordinate representation of color #6944CC: hue angle of 256.32º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6944CC is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 68 204 -
CMYK 0.49 0.67 0 0.2
HSL 256.32º 0.57% 0.53% -
HSV(B) 256.32º 0.67% 0.8% -
XYZ 18.79 11.5 58.36 -
YUV 94.57 189.76 135.44 -
System Red Green Blue C M Y K H S L
Decimal 105 68 204 0.49 0.67 0 0.2 256.32 0.57 0.53
Hex 69 44 CC 31 43 0 14 100 39 35
Octal 151 104 314 61 103 0 24 400 71 65
Binary 1101001 1000100 11001100 110001 1000011 0 10100 100000000 111001 110101

Color Harmonies of #6944CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6944CC

Black with #6944CC

Text Example


Text Example

White with #6944CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6944CC; }

 p { color: rgb(105,68,204); }

 H1.HeaderClassName
 {
   color: #6944CC;
 }
 .AnyTagClassName
 {
   color: #6944CC;
 }
</style>

background-color css

<style>
 a { background-color: #6944CC; }

 a { background-color: rgb(105,68,204); }

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

border-color css

<style>
 span { border-color: #6944CC; }

 span { border-color: rgb(105,68,204); }

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