Html Css Color HEX #6954CF Slate Blue

📋 copy color: '#6954CF'

red 105 ◦ green 84 ◦ blue 207

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

Shades of Slate Blue #6954CF

Tints of Slate Blue #6954CF

RGB

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

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

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

R = 26.52%
G = 21.21%
B = 52.27%

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

#6954CF (or 0x6954CF) is known color: Slate Blue. HEX triplet: 69, 54 and CF. RGB value is (105,84,207). Sum of RGB (Red+Green+Blue) = 105+84+207=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #6954CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6954CF is #96AB30. Grayscale: #676767. Windows color (decimal): -9874225 or 13587561. OLE color: 13587561.

HSL color Cylindrical-coordinate representation of color #6954CF: hue angle of 250.24º degrees, saturation: 0.56, 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 #6954CF is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 84 207 -
CMYK 0.49 0.59 0 0.19
HSL 250.24º 0.56% 0.57% -
HSV(B) 250.24º 0.59% 0.81% -
XYZ 20.26 13.85 60.64 -
YUV 104.3 185.96 128.5 -
System Red Green Blue C M Y K H S L
Decimal 105 84 207 0.49 0.59 0 0.19 250.24 0.56 0.57
Hex 69 54 CF 31 3B 0 13 FA 38 39
Octal 151 124 317 61 73 0 23 372 70 71
Binary 1101001 1010100 11001111 110001 111011 0 10011 11111010 111000 111001

Color Harmonies of #6954CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6954CF

Black with #6954CF

Text Example


Text Example

White with #6954CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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