Html Css Color HEX #6361CF Slate Blue

📋 copy color: '#6361CF'

red 99 ◦ green 97 ◦ blue 207

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

Shades of Slate Blue #6361CF

Tints of Slate Blue #6361CF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.07%

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

R = 24.57%
G = 24.07%
B = 51.36%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6361CF (or 0x6361CF) is known color: Slate Blue. HEX triplet: 63, 61 and CF. RGB value is (99,97,207). Sum of RGB (Red+Green+Blue) = 99+97+207=403 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.57% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #6361CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6361CF is #9C9E30. Grayscale: #6D6D6D. Windows color (decimal): -10264113 or 13590883. OLE color: 13590883.

HSL color Cylindrical-coordinate representation of color #6361CF: hue angle of 241.09º 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 #6361CF is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 97 207 -
CMYK 0.52 0.53 0 0.19
HSL 241.09º 0.53% 0.6% -
HSV(B) 241.09º 0.53% 0.81% -
XYZ 20.68 15.71 60.97 -
YUV 110.14 182.66 120.06 -
System Red Green Blue C M Y K H S L
Decimal 99 97 207 0.52 0.53 0 0.19 241.09 0.53 0.6
Hex 63 61 CF 34 35 0 13 F1 35 3C
Octal 143 141 317 64 65 0 23 361 65 74
Binary 1100011 1100001 11001111 110100 110101 0 10011 11110001 110101 111100

Color Harmonies of #6361CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6361CF

Black with #6361CF

Text Example


Text Example

White with #6361CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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