Html Css Color HEX #6169CE Slate Blue

📋 copy color: '#6169CE'

red 97 ◦ green 105 ◦ blue 206

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

Shades of Slate Blue #6169CE

Tints of Slate Blue #6169CE

RGB

 RED value IS 97 (38.28% from 255) = 23.77%

 GREEN value IS 105 (41.41% from 255) = 25.74%

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

R = 23.77%
G = 25.74%
B = 50.49%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6169CE (or 0x6169CE) is known color: Slate Blue. HEX triplet: 61, 69 and CE. RGB value is (97,105,206). Sum of RGB (Red+Green+Blue) = 97+105+206=408 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.77% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #6169CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6169CE is #9E9631. Grayscale: #717171. Windows color (decimal): -10393138 or 13527393. OLE color: 13527393.

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

Color convert

RGB 97 105 206 -
CMYK 0.53 0.49 0 0.19
HSL 235.6º 0.53% 0.59% -
HSV(B) 235.6º 0.53% 0.81% -
XYZ 21.12 17.1 60.58 -
YUV 114.12 179.85 115.79 -
System Red Green Blue C M Y K H S L
Decimal 97 105 206 0.53 0.49 0 0.19 235.6 0.53 0.59
Hex 61 69 CE 35 31 0 13 EC 35 3B
Octal 141 151 316 65 61 0 23 354 65 73
Binary 1100001 1101001 11001110 110101 110001 0 10011 11101100 110101 111011

Color Harmonies of #6169CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6169CE

Black with #6169CE

Text Example


Text Example

White with #6169CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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