Html Css Color HEX #6959CB Slate Blue

📋 copy color: '#6959CB'

red 105 ◦ green 89 ◦ blue 203

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

Shades of Slate Blue #6959CB

Tints of Slate Blue #6959CB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.42%

 BLUE value IS 203 (79.69% from 255) = 51.13%

R = 26.45%
G = 22.42%
B = 51.13%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6959CB (or 0x6959CB) is known color: Slate Blue. HEX triplet: 69, 59 and CB. RGB value is (105,89,203). Sum of RGB (Red+Green+Blue) = 105+89+203=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #6959CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6959CB is #96A634. Grayscale: #6A6A6A. Windows color (decimal): -9872949 or 13326697. OLE color: 13326697.

HSL color Cylindrical-coordinate representation of color #6959CB: hue angle of 248.42º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6959CB is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 89 203 -
CMYK 0.48 0.56 0 0.20
HSL 248.42º 0.52% 0.57% -
HSV(B) 248.42º 0.56% 0.8% -
XYZ 20.18 14.46 58.23 -
YUV 106.78 182.3 126.73 -
System Red Green Blue C M Y K H S L
Decimal 105 89 203 0.48 0.56 0 0.20 248.42 0.52 0.57
Hex 69 59 CB 30 38 0 14 F8 34 39
Octal 151 131 313 60 70 0 24 370 64 71
Binary 1101001 1011001 11001011 110000 111000 0 10100 11111000 110100 111001

Color Harmonies of #6959CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6959CB

Black with #6959CB

Text Example


Text Example

White with #6959CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6959CB; }

 p { color: rgb(105,89,203); }

 H1.HeaderClassName
 {
   color: #6959CB;
 }
 .AnyTagClassName
 {
   color: #6959CB;
 }
</style>

background-color css

<style>
 a { background-color: #6959CB; }

 a { background-color: rgb(105,89,203); }

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

border-color css

<style>
 span { border-color: #6959CB; }

 span { border-color: rgb(105,89,203); }

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