Html Css Color HEX #6345CF Slate Blue

📋 copy color: '#6345CF'

red 99 ◦ green 69 ◦ blue 207

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

Shades of Slate Blue #6345CF

Tints of Slate Blue #6345CF

RGB

 RED value IS 99 (39.06% from 255) = 26.4%

 GREEN value IS 69 (27.34% from 255) = 18.4%

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

R = 26.4%
G = 18.4%
B = 55.2%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6345CF (or 0x6345CF) is known color: Slate Blue. HEX triplet: 63, 45 and CF. RGB value is (99,69,207). Sum of RGB (Red+Green+Blue) = 99+69+207=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #6345CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6345CF is #9CBA30. Grayscale: #5D5D5D. Windows color (decimal): -10271281 or 13583715. OLE color: 13583715.

HSL color Cylindrical-coordinate representation of color #6345CF: hue angle of 253.04º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6345CF is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 69 207 -
CMYK 0.52 0.67 0 0.19
HSL 253.04º 0.59% 0.54% -
HSV(B) 253.04º 0.67% 0.81% -
XYZ 18.54 11.41 60.26 -
YUV 93.7 191.94 131.78 -
System Red Green Blue C M Y K H S L
Decimal 99 69 207 0.52 0.67 0 0.19 253.04 0.59 0.54
Hex 63 45 CF 34 43 0 13 FD 3B 36
Octal 143 105 317 64 103 0 23 375 73 66
Binary 1100011 1000101 11001111 110100 1000011 0 10011 11111101 111011 110110

Color Harmonies of #6345CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6345CF

Black with #6345CF

Text Example


Text Example

White with #6345CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,69,207); }

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

background-color css

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

 a { background-color: rgb(99,69,207); }

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

border-color css

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

 span { border-color: rgb(99,69,207); }

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