Html Css Color HEX #6954CE Slate Blue

📋 copy color: '#6954CE'

red 105 ◦ green 84 ◦ blue 206

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

Shades of Slate Blue #6954CE

Tints of Slate Blue #6954CE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.27%

 BLUE value IS 206 (80.86% from 255) = 52.15%

R = 26.58%
G = 21.27%
B = 52.15%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6954CE (or 0x6954CE) is known color: Slate Blue. HEX triplet: 69, 54 and CE. RGB value is (105,84,206). Sum of RGB (Red+Green+Blue) = 105+84+206=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #6954CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6954CE is #96AB31. Grayscale: #676767. Windows color (decimal): -9874226 or 13522025. OLE color: 13522025.

HSL color Cylindrical-coordinate representation of color #6954CE: hue angle of 250.33º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6954CE is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 84 206 -
CMYK 0.49 0.59 0 0.19
HSL 250.33º 0.55% 0.57% -
HSV(B) 250.33º 0.59% 0.81% -
XYZ 20.14 13.8 59.99 -
YUV 104.19 185.46 128.58 -
System Red Green Blue C M Y K H S L
Decimal 105 84 206 0.49 0.59 0 0.19 250.33 0.55 0.57
Hex 69 54 CE 31 3B 0 13 FA 37 39
Octal 151 124 316 61 73 0 23 372 67 71
Binary 1101001 1010100 11001110 110001 111011 0 10011 11111010 110111 111001

Color Harmonies of #6954CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6954CE

Black with #6954CE

Text Example


Text Example

White with #6954CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6954CE; }

 p { color: rgb(105,84,206); }

 H1.HeaderClassName
 {
   color: #6954CE;
 }
 .AnyTagClassName
 {
   color: #6954CE;
 }
</style>

background-color css

<style>
 a { background-color: #6954CE; }

 a { background-color: rgb(105,84,206); }

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

border-color css

<style>
 span { border-color: #6954CE; }

 span { border-color: rgb(105,84,206); }

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