Html Css Color HEX #6169CF Slate Blue

📋 copy color: '#6169CF'

red 97 ◦ green 105 ◦ blue 207

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

Shades of Slate Blue #6169CF

Tints of Slate Blue #6169CF

RGB

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

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

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

R = 23.72%
G = 25.67%
B = 50.61%

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

#6169CF (or 0x6169CF) is known color: Slate Blue. HEX triplet: 61, 69 and CF. RGB value is (97,105,207). Sum of RGB (Red+Green+Blue) = 97+105+207=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #6169CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6169CF is #9E9630. Grayscale: #717171. Windows color (decimal): -10393137 or 13592929. OLE color: 13592929.

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

Color convert

RGB 97 105 207 -
CMYK 0.53 0.49 0 0.19
HSL 235.64º 0.53% 0.6% -
HSV(B) 235.64º 0.53% 0.81% -
XYZ 21.24 17.15 61.22 -
YUV 114.24 180.35 115.71 -
System Red Green Blue C M Y K H S L
Decimal 97 105 207 0.53 0.49 0 0.19 235.64 0.53 0.6
Hex 61 69 CF 35 31 0 13 EC 35 3C
Octal 141 151 317 65 61 0 23 354 65 74
Binary 1100001 1101001 11001111 110101 110001 0 10011 11101100 110101 111100

Color Harmonies of #6169CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6169CF

Black with #6169CF

Text Example


Text Example

White with #6169CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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